llSetScriptState

From Second Life Wiki
Revision as of 18:32, 20 February 2007 by Strife Onizuka (talk | contribs) (LSL llSetScriptState moved to LlSetScriptState: removing prefix)
Jump to navigation Jump to search

Summary

Function: llSetScriptState( string name, integer run );

Set the running state of the script name.

• string name
• integer run boolean, if FALSE the script will be disabled.

Caveats

  • Cannot be used to restart a script that has encoutered a run-time error.
  • name must be in the prims inventory or an error is shouted on DEBUG_CHANNEL.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

Deep Notes

Search JIRA for related Issues

Signature

function void llSetScriptState( string name, integer run );