Can someone please help me with this? Im trying to make a projectile go in a downward direction when its used but i dont know how.im talking about just a regular standing projectile going towards the ground and such. Not just straight forward.
To create that.. it's easier to use a helper..Put helper code in the state to you're working and guide it to other state which will be the projectile. Then, in this state put velset code and set your way to what direction you want the projectile will be directed.
Projectiles are completely capable of going downwards, they're just not as flexible as helpers.[mcode]projectile[/mcode]Click, note it takes VELOCITY as a parameter.