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
|inject-2={{LSL_Function/inventory|name|type=script}}
{{LSL_Function/prim|target|region=*}}
|func_id=251|func_sleep=3.0|func_energy=10.0
|func_id=251|func_sleep=3.0|func_energy=10.0
|func=llRemoteLoadScript|sort=RemoteLoadScript
|func=llRemoteLoadScript|sort=RemoteLoadScript

Revision as of 10:35, 13 June 2012

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
• 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 );