llGetScriptState

From Second Life Wiki
Revision as of 20:35, 24 April 2008 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

Summary

Function: integer llGetScriptState( string name );

Returns an integer boolean that is TRUE if the script name is running.

• string name a script in the inventory of the prim this script is in

Caveats

  • If name is missing from the prim's inventory or it is not a script then an error is shouted on DEBUG_CHANNEL.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llSetScriptState
•  llResetOtherScript

Deep Notes

History

Search JIRA for related Issues

Signature

function integer llGetScriptState( string name );