Author Topic: missile  (Read 423 times)

plz will some one tellme how to make a brick that shoots missiles

OnActivate>Self>SpawnProjectile>0-0-10>[insert bullettype here]>0-0-0
That would shoot one straight up into the air. Play around with it.

Heres a great way. Might crash your server tho, depending on how much projectile spam you can handle

On activate/self/setvariable/Missle/1
On activate/self/ifvariable/missle/equals 1
Variabletrue/self/ifvariable/missle/equals 1
Variabletrue/self/spawnprojectile/(Your choice)

Enjoy, you need variables events mod to do this tho.