Author Topic: Variables (V7?) Help  (Read 273 times)

I was trying to make a very simple security system using variables, but couldn't figure out how to make it "look" for more than one ID. I wanted to let me and somebody else in, but I couldn't find a way. Any help? Thanks. I'm using onplayerenterzone - self - VCE_IfValue, to look for the BL_ID. Thanks!


No! I'll get V11. I haven't tested it, how can I put in multiple IDs? In the older version, I tried two "checkers," but that killed anyone who wasn't me, and it killed anyone who wasn't the other person. So, it killed everyone.

Did you try adding the ID after a space?

onactivate>self>vce_ifvalue[<var:cl:bl_id>][==][ID][1 2]
onvariabletrue>target>output
onvariablefalst>self>vce_ifvalue[<var:cl:bl_id>][==][ID][3 4]
onvariabletrue>target>output
onvariablefalst>self>vce_ifvalue[<var:cl:bl_id>][==][ID][5 6]
onvariabletrue>target>output
onvariablefalst>self>vce_ifvalue[<var:cl:bl_id>][==][ID][7 8]