llGetScriptState

From Second Life Wiki
Jump to navigation Jump to search

Summary

Function: integer llGetScriptState( string script );
0.0 Forced Delay
10.0 Energy

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

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

Caveats

  • If script is missing from the prim's inventory or it is not a script then an error is shouted on DEBUG_CHANNEL.

Examples

See Also

Functions

•  llSetScriptState
•  llResetOtherScript

Deep Notes

History

Signature

function integer llGetScriptState( string script );