Jump to content

need a list of the animations


JonSyn

Recommended Posts

Thanks for clearing that up RJ. For later reference, the commands are:

 

PlayAnim(name)

PlayAnimUnlooped(name)

PlayAnimWithSpeed(name, speed)

 

Where name is the animation name string, and speed is a number probably between 0 and 1, with values 0.1 and 0.3 used in the scripts.

The names used in PZ Lua scripts are:

 

"Idle"

"Run"
"Attack_" .. self.pole:getSwingAnim()
"Attack_" .. self.axe:getSwingAnim()
"Attack_" .. self.sledge:getSwingAnim() 
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...