Author Topic: VCE Question.  (Read 534 times)

How do I make a VCE event that constantly checks, where ever the player is, if the player is jetting?
I know it has something to do with <var:pl:jetting> but i can get the relay thing to work that should constantly check it.
Any help?

onActivate Self fireRelay
onRelay Self fireRelay
onRelay Self VCE_ifValue <var:cl:jetting> == 1
onVariableTrue Player Kill

Woops, I mean <var:pl:jetting>

onActivate self firerelay
onrelay self firerelay
onrelay self vce_ifvalue <var:pl:jetting> == 1/0
onvariablewhatev whatev whatev

The above method can only handle one player at a time.