Blockland Forums > Help
Variables (V7?) Help
(1/1)
Dapizzanator:
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!
Butler:
get v10
Dapizzanator:
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.
Ryuu:
Did you try adding the ID after a space?
phflack:
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]
Navigation
Message Index

Go to full version