llStartAnimation

From Second Life Wiki
Revision as of 19:04, 30 April 2007 by Bernd Elswit (talk | contribs)
Jump to navigation Jump to search

Summary

Function: llStartAnimation( string anim );

Start animation anim for agent that owns object

• string anim an item in the inventory of the prim this script is in

Caveats

  • If anim is missing from the prim's inventory then an error is shouted on DEBUG_CHANNEL.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llStopAnimation

Articles

Internal_Animations - lists internal Animations always available

Deep Notes

Search JIRA for related Issues

Signature

function void llStartAnimation( string anim );