Difference between revisions of "LlSetScriptState"

From Second Life Wiki
Jump to navigation Jump to search
m (LSL llSetScriptState moved to LlSetScriptState: removing prefix)
Line 13: Line 13:
|examples
|examples
|helpers
|helpers
|also_functions=*{{LSLG|llGetScriptState}}
|also_functions={{LSL DefineRow||[[llGetScriptState]]|}}
|also_events
|also_events
|also_tests
|also_tests
|also_articles
|also_articles
|notes
|notes
|permission
|negative_index
|sort=SetScriptState
|sort=SetScriptState
|cat1=Inventory
|cat1=Inventory

Revision as of 19:31, 27 February 2007

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

•  llGetScriptState

Deep Notes

Search JIRA for related Issues

Signature

function void llSetScriptState( string name, integer run );