Hi.
How I do to make a script execute a function when the level is started?
Example: When the level is initialized the player pawn run the animation 'dance'.
Thanks for your patience.
Hi.
How I do to make a script execute a function when the level is started?
Example: When the level is initialized the player pawn run the animation 'dance'.
Thanks for your patience.
Last edited by Humberto Milanez; 02-28-2012 at 11:38 AM.
I would have your player controller call this in its PostBeginPlay function or set it up in Kismet to play your animation when the player spawns.
-cbfSoftware-
Yeah!
Is this function that I was looking for.
Thank you, cbfSoftware.
Bookmarks