Blockland Forums > General Discussion
Something i've always seen but never learned.
*FacePalm*:
--- Quote from: Greek2me on April 23, 2012, 08:27:23 PM ---onRelay = > VCE_ifValue => <var:pl:firing> == 1
--- End quote ---
Is it only that 1 line of event or is that part of a few lines?
Conan:
--- Quote from: *FacePalm* on April 23, 2012, 08:30:13 PM ---Is it only that 1 line of event or is that part of a few lines?
--- End quote ---
Follow it up with
ifVariableTrue>player>spawn projectile
I think...
Darkness ZXW:
--- Quote from: Conan on April 23, 2012, 08:32:33 PM ---Follow it up with
ifVariableTrue>player>spawn projectile
I think...
--- End quote ---
and make a relay before that and the third onrelay>self, etc. at the bottom.
Brian Smithers:
onActivate>self>fireRelay
onRelay>VCE_ifValue >[<var:pl:firing>] [==] [1]
ifVariableTrue>player>spawnProjectile
onRelay>self>fireRelay [33]
*FacePalm*:
Thanks guys, figured it out.