Author Topic: Click Projectile Variable Code  (Read 1059 times)

What is the Variable that makes it so when you click it fires a projectile?

onActivate->Self->spawnProjectile

onActivate     > Self > fireRelay
onActivate     > Self > fireRelay
onActivate     > Self > ifValue        > "<var:pl:firing>" == "1"
onVariableTrue > Self > fireProjectile > "speed" "projectilename" "X" "Y" "Z" "sizeslider"

onActivate     > Self > fireRelay
onActivate     > Self > fireRelay
onActivate     > Self > ifValue        > "<var:pl:firing>" == "1"
onVariableTrue > Self > fireProjectile > "speed" "projectilename" "X" "Y" "Z" "sizeslider"
thanks


onActivate     > Self > fireRelay
onActivate     > Self > fireRelay
onActivate     > Self > ifValue        > "<var:pl:firing>" == "1"
onVariableTrue > Self > fireProjectile > "speed" "projectilename" "X" "Y" "Z" "sizeslider"
it will not work?

onActivate     > Self > fireRelay
onActivate     > Self > fireRelay
onActivate     > Self > ifValue        > "<var:pl:firing>" == "1"
onVariableTrue > Self > fireProjectile > "speed" "projectilename" "X" "Y" "Z" "sizeslider"
where is
onVariableTrue > Self > fireProjectile

Oh, sorry. I meant to put
onVariableTrue > Player > FireProjectile

Oh, sorry. I meant to put
onVariableTrue > Player > FireProjectile
not there?



spawnprojectile...
more problems, it only fires once, and not when i click.

more problems, it only fires once, and not when i click.
and it fires from the brick

it fires from me now, but still only fires once

can someone just tell me the code again but this time working?