Difference between revisions of "LlRemoteLoadScript"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
{{LSL_Function/inventory|name|type=script}}
{{LSL_Function
{{LSL_Function
|func_id=251|func_sleep=3.0|func_energy=10.0
|func_id=251|func_sleep=3.0|func_energy=10.0

Revision as of 02:36, 14 July 2007

Emblem-important.png Deprecated integer
(This function has been deprecated, please use llRemoteLoadScriptPin instead.)

Summary

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

Depreciated

• key target
• 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.
  • If name is missing from the prim's inventory or it is not a script then an error is shouted on DEBUG_CHANNEL.
  • 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 );