How would I make it so this shoots in a straight line the way the player is looking? Currently just goes in the body of the player, want to shoot it in a straight line whichever the player is aiming though, and if possible could you make it do damage within the line of particles?
on right click:
set {Loc::1} to player's location
make 1 of sonic_boom at {Loc::1} offset by vector(0, 1, 0)
Thank you!
on right click:
set {Loc::1} to player's location
make 1 of sonic_boom at {Loc::1} offset by vector(0, 1, 0)
Thank you!