Author Topic: How to make a projectile fire randomly to N/E/S/W  (Read 314 times)

/title

So a projectile will fire either in the directions of N E S W at a set number or whatever

there are multiple ways you could do this

are you limited to default events or do you have VCE

with defaults, you can make a 1x1 brick surrounded by 4 other 1x1 bricks
fire a projectile out of the middle one with the last fields as 0 0 0 and 5 5 0 to make it randomly go to one of the outer bricks
then the outer bricks can fire a projectile on projectile hit in their direction