Author Topic: Help with Variables.  (Read 423 times)

Hello, and I was wondering if there was a way to do a auto turret were if a non admin steps on it, it activates a turret system. I am also wondering if this is possible without variables. (Note: I do have homing projectiles.)

VCE variables
Code: [Select]
onPlayerTouch > RetroCheck > ifPlayerAdmin
onVariableFalse > TARGET > OUTPUT

VCE variables
Code: [Select]
onPlayerTouch > RetroCheck > ifPlayerAdmin
onVariableFalse > TARGET > OUTPUT
Thanks. Should I lock it?


onVariableTrue*

I think he wanted it for non admins, so it would still be OnVariableFalse.