Difference between revisions of "LlGetPizza"

From Second Life Wiki
Jump to navigation Jump to search
(Added more humour :P)
Line 1: Line 1:
{{LSL_Function
{{LSL_Function
|func_id|func_sleep=0.1|func_energy=10.0
|func_id|func_sleep=1800|func_energy=10.0
|mode=request|func=llPizza|sort=Pizza
|mode=request|func=llPizza|sort=Pizza
|func_desc=Order pizza while logged into Second Life.
|func_desc=Order pizza while logged into Second Life.
|p1_type=key|p1_name=destination|p1_desc=Avatar [[UUID]].
|func_footnote=The avatar '''destination''' does not have to be in the same sim, but should be close by to reduce delivery latency.
|return_text
|return_text
|spec
|spec
|caveats
|caveats=...or your money back!
|examples
|examples=<pre>
llPizza(llGetOwner());
</pre>
|helpers
|helpers
|related
|related
|also
|also
|notes=a long time feature of a popular MMO.  Should be added to Second Life to keep up.}}
|notes=A long time feature of a popular MMO.  Should be added to Second Life to keep up.}}

Revision as of 22:37, 16 March 2007

Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llPizza( key destination );
REQUEST Function ID
1800 Forced Delay
10.0 Energy

Order pizza while logged into Second Life.

• key destination Avatar UUID.

The avatar destination does not have to be in the same sim, but should be close by to reduce delivery latency.

Caveats

  • This function causes the script to sleep for 1800 seconds....or your money back!
All Issues ~ Search JIRA for related Bugs

Examples

llPizza(llGetOwner());

Notes

A long time feature of a popular MMO. Should be added to Second Life to keep up.

Deep Notes

Search JIRA for related Issues

Signature

//function void llPizza( key destination );