llRemoteLoadScript

From Second Life Wiki
Jump to navigation Jump to search
Emblem-important.png Deprecated
(This function has been deprecated, please use llRemoteLoadScriptPin instead.)

Summary

Function: llRemoteLoadScript( key target, string name, integer running, integer start_param );

Deprecated

• key target prim UUID that is in the same region
• string name a script in the inventory of the prim this script is in
• integer running
• integer start_param

Caveats

  • This function causes the script to sleep for 3.0 seconds.
  • This function has been deprecated, please use llRemoteLoadScriptPin instead.
  • This function returns an error message and does nothing else.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llRemoteLoadScriptPin

Deep Notes

Search JIRA for related Issues

Signature

function void llRemoteLoadScript( key target, string name, integer running, integer start_param );