How can I set a name of an animation to another 1 like
walk_L=WalkingLeftMonkeySlowly
so that I just asign their names and copy past codes.....
Thank in advance XD.....

void TurnLeft()
{
*you may put any code here that you do not wish to repeat*
ChangeAnimation("Event Actor", "Walk_left", FORWARDS);
}
TurnLeft();
Users browsing this forum: No registered users and 1 guest