GeeM2 engine legend SF modify character body color script command example

Function:
    Modify body color.

Description: SetBodyColor Color (1~255) Time (seconds) Type (0, 1) [Time is set to 0 for unlimited, type 0 or left blank for the specified color. 1, the color set for reincarnation is changed on the character's body】 

Example:

[@SetBodyColor]
#IF
#ACT
SetBodyColor 151 120 0 
SendMsg 5 Change your body color to yellow, valid for 120 seconds!

[@SetBodyColor1]
#IF
#ACT
SetBodyColor 151 120 1 
SendMsg 5 Change the color of your body to a colorful color change, valid for 120 seconds!

[@SetBodyColor2]
#IF
#ACT
SetBodyColor 151 0 1 
SendMsg 5 Your body color changes to a colorful color change, and the time is permanently valid online!

[@SetBodyColor2]
#IF
#ACT
H.SetBodyColor 151 0 1 
SendMsg 5 Change your hero's body color to a colorful color change, and the time is permanently valid online!

Guess you like

Origin blog.csdn.net/IDC02_Fang/article/details/131246269