Author Topic: VCE check player id  (Read 841 times)

Recently I was trying to test for a players ID on Glass's fortwars using VCE.
I had:
Code: [Select]
onPlayerTouch > Client > VCE_ifVariable <var:client:bl_id> == [19639] []
         onVariableTrue > Player > addItem  Assault Rifle SD
         onActivate > Client > VCE_ifVariable <var:client:bl_id> == [19639] []

I swore this is how one set up VCE (I have activate and playertouch to test both).
Help is much appreciated.

Changed it to
Code: [Select]
onActivate > self > VCE_ifValue <var:client:bl_id> == [19639] []And it worked!
Locking