Blockland Forums > Help
How to only get certain vce events to activate
deathrider:
--- Quote from: Zeblote on March 23, 2013, 06:41:00 AM ---onActivate Self VCE_ifValue [<var:pl:firing>] [==] [1] [7 7]
--- End quote ---
hey thanks it worked idk why it would be SELF tho i thought it would be CLIENT or PLAYER
Zeblote:
--- Quote from: deathrider on March 23, 2013, 06:54:03 AM ---hey thanks it worked idk why it would be SELF tho i thought it would be CLIENT or PLAYER
--- End quote ---
VCE_ifValue is always on the brick, the variable replacer defines the target:
<var:pl:firing>
It contains the pl, which stands for player