Blockland Forums > Help
V.C.E.
darerd:
in fact i think you need to script your own eventmod for [OnPlayerSit] emotes just arent there yet
White Tiger (6224):
--- Quote from: darerd on October 18, 2009, 07:52:16 PM ---in fact i think you need to script your own eventmod for [OnPlayerSit] emotes just arent there yet
--- End quote ---
The new V5 VCE claims to have emote support.
Destiny/Zack0Wack0:
--- Code: ---[0] [onActivate] [Self] [VCE_ifValue] [<var:player:sitting>] [==] [1] [1 2]
[1] [onVariableTrue] [Player] [Kill]
[2] [onVariableTrue] [Player] [playsound] [alarm.wav]
--- End code ---
Cody574:
I never thought you could actually do this. My VCE never came with those events.
White Tiger (6224):
--- Quote from: Sonicfan574 on October 18, 2009, 11:17:31 PM ---I never thought you could actually do this. My VCE never came with those events.
--- End quote ---
Check the manual, it explains more in there.
--- Quote from: Destiny/Zack0Wack0 on October 18, 2009, 11:06:24 PM ---
--- Code: ---[0] [onActivate] [Self] [VCE_ifValue] [<var:player:sitting>] [==] [1] [1 2]
[1] [onVariableTrue] [Player] [Kill]
[2] [onVariableTrue] [Player] [playsound] [alarm.wav]
--- End code ---
--- End quote ---
OMG! It worked Thank god, I give you cookies :cookie: :cookie: :cookie: :cookie: which i never understood why it was a good thing (check my signature). Thanks, and thanks to everyone else that tried, i appreciate you attempts.