Blockland Forums > Help
VCE Trigger player says
Light And Day:
How to i make VCE Triggers when people say Out ?
phflack:
loop this:
input>self>vce_ifvalue[<var:cl:lastmsg>][=][out][target events]
Light And Day:
Loop? No, directly no... Becuase i need when it goes out
onvariabletrue>self>exitcontrolvehicle, so if
input>self>vce_ifbalue><var>cl>lastmsg> [=] out
onvariabletrue>self>exitcontrol vehicle works, then try again!
Corbiere:
Que?
Deathwishez:
[X] 0 [0] onInput > Self > VCE_ifValue > [<var:client:lastmsg>] == [out] [1 1]
[X] 1 [0] onVariableTrue > Self > VCE_ifValue > [<var:player:driver>] == [1] [2 3]
[X] 2 [0] onVariableFalse > Self > VCE_ifValue > [<var:player:passenger>] == [1] [3 3]
[X] 3 [0] onVariableTrue > Self > exitVehicle
Event 0 Checks for the message
Event 1 Checks if the player is driving
Event 2 Checks if the player is riding
Event 3 Removes them
Sound right?