Posts: 150
Threads: 22
Joined: May 2017
Reputation:
0
can anyone show me tutorial about apply actor animation.
Posts: 150
Threads: 22
Joined: May 2017
Reputation:
0
im confuse because it must put ongamemodeinit or other places
Posts: 178
Threads: 5
Joined: Aug 2016
Reputation:
0
no only in the gamemode script
Posts: 150
Threads: 22
Joined: May 2017
Reputation:
0
do you mean put any callback
Posts: 760
Threads: 22
Joined: May 2011
Reputation:
0
You put it wherever you want it to be activated. If you want them to do the animation when they spawn, then make them do the animation directly after they spawn. If you want them to do it after a player types in a command, put it within the command brackets. As long as the actorid is saved somewhere globally, you can use it anywhere.