Hello, I want a character to follow a waypoint and then shoot in front of them. There is no target except the air in front of them.
My main script is:
:waypointstate=0:waypointstart,animate=52
:waypointstate=3:waypointnext,animate=55
:waypointstate=5:waypointstop,animate=51
:waypointstate=999:shootplr
And my shoot script is:
:state=0:state=1
:state=1:useweapon
:state=1,ifweapon=0:state=2,setframe=56
:state=2:incframe=56
:state=2,frameatend=56:animate=51,reloadweapon,state=1
I can't get them to do the desired effect. Any help is appreciated.