I want to make a map where i can attack anything infront of me with a splash damage at short distances by just leftclicking in 3rd person mode i only wind up making a shooting weapon no matter what i do plz some one help XD
you got a wasd movement system right? well that "W pressed" and "A pressed" are boolean variables. you should copy both if then else action and change the W pressed to A pressed and the S pressed to D pressed (because with my map you could only walk left and right :p )
I want to make a map where i can attack anything infront of me with a splash damage at short distances by just leftclicking in 3rd person mode i only wind up making a shooting weapon no matter what i do plz some one help XD
@bjsoong: Go
i made this in a map of my (not tps) it has 3 triggers:
second trigger: this trigger is for a bug, if you don't do this your unit will slide for 3 seconds.
animation
you got a wasd movement system right? well that "W pressed" and "A pressed" are boolean variables. you should copy both if then else action and change the W pressed to A pressed and the S pressed to D pressed (because with my map you could only walk left and right :p )
the last trigger is also for a bug:
hope this helped! if you got any questions of how i got certain actions or events ask me it.
THanks A lot XD