Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Help
»
Variables (V7?) Help
« previous
next »
Print
Pages: [
1
]
Author
Topic: Variables (V7?) Help (Read 273 times)
Dapizzanator
January 22, 2010, 06:23:57 PM
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!
Ad Bot
Advertisement
Butler
January 22, 2010, 06:28:30 PM
get v10
Dapizzanator
January 22, 2010, 07:52:48 PM
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
January 22, 2010, 09:06:54 PM
Did you try adding the ID after a space?
phflack
January 22, 2010, 09:26:48 PM
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]
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Help
»
Variables (V7?) Help