Welcome to the Creatures Wiki! Log in and join the community.

ANIM

From Creatures Wiki
Revision as of 10:53, 23 June 2005 by GreenReaper (talk | contribs)
Jump to navigation Jump to search

This sets the animation string of the agent.

anim [0 1 2 4 5 8 14 12 1 0 1]

will make the agent anim following the numbers... which are the identifiers of the images in the c16 file

anim [0 1 2 3 255] 

Will make the agent loop on this animation.

anim [1 1 1 1 2 2 2 2 2 3 3 3 3 3 ]

Will make the agent use more than once each image, this way the animation will be slower