Hi all,
I'm having trouble getting animations to work. I have a west guy who starts off in a west present trigger with this in its init line
guy1 switchmove "CombatDeadVer3"
So he starts off looking dead. But i'm trying to make it so when the player enters a area, he gets up and joins the player. So I have this in the other trigger:
guy1 switchmove "Stand"; [a1] join aP
But the guy just gets up and then falls over looking dead again every time. Is there another way to get it to cancel the animation?
Thanks.