Author Topic: projectile not firing  (Read 2223 times)

So yet I have another problem, I think I have messed up something in the script causing the projectile not firing, I don't know if it's in the states or possibly the threads.

How are we supposed to help you at all if you don't post your code?

I would guess that your weapon's fire state doesn't state any scripts for one because I've done that countless times. It's probably very simple. Post your code as quickly as you can.

In the image, the projectile should exist.

nvm figured it out, there was something missing in the "onFire" threads missing "if(%obj.getDamagePercent() < 1.0)" and "Parent::onFire(%this,%obj,%slot);"