Jump to content

Recommended Posts

Hello,

 

I am trying to create a mod where you can create a Deerclops-ally that attacks things for you, etc. etc. 

I'm using Cheerio's creature mod tutorial and I'm stuck at tut05; the stategraphs. The tutorial's creature has this: 

 

inst.AnimState:PlayAnimation("run", true)

 

However, when trying this with SGdeerclops and deerclops_build.zip, he doesn't use the animation. Instead, he just slides forward using the Idle animation ("idle_loop") as I set it when using tutorial 4. I've tried replacing "run" with "walk", "walk_loop", "run_loop", but none of these seem to work. 

 

Does anyone know the correct animation "name"? Or am I doing something completely wrong?

 

Thanks in advance!

 

Ryan

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...