Ok i followed Jawa_Killer tut here and i got the anim working in Zeroeditor but not in Game.
I´m pretty sure i need to add the PlayAnimation(“Animation Group Name”)
entry to the lua?
But where do i add it?
I tried it but then munge reports an LUA error.
Rends
Zero anim doesn´t start in Game
Moderator: Moderators
- Rends
- Sith

- Posts: 1278
- Joined: Fri Oct 15, 2004 6:34 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Germany
- Contact:
-
raz1992
Well, I was creating a modified version of the Kashyyyk map, and while searching through the LUA from the assets I found these lines:
I'm not sure if these will help in any way, just a small guess.
Code: Select all
function PlayAnimUp()
PauseAnimation("thegatedown");
RewindAnimation("thegateup");
PlayAnimation("thegateup");-
Ace_Azzameen_5
- Jedi

- Posts: 1119
- Joined: Sat Apr 23, 2005 8:52 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Rends
- Sith

- Posts: 1278
- Joined: Fri Oct 15, 2004 6:34 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Germany
- Contact:
