Difference between revisions of "LlGetPizza"

From Second Life Wiki
Jump to navigation Jump to search
m (lsl code tagging)
Line 8: Line 8:
|spec
|spec
|caveats=...or your money back! (Successful  delivery may cause user to sleep too)
|caveats=...or your money back! (Successful  delivery may cause user to sleep too)
|examples=<pre>
|examples=
<lsl>
llGetPizza(llAvatarOnTargetSitsAndWaits());
llGetPizza(llAvatarOnTargetSitsAndWaits());
</pre>
</lsl>
|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 07:37, 4 April 2008

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

Summary

Function: llGetPizza( key dest );
REQUEST Function ID
1800 Forced Delay
10.0 Energy

Orders a pizza payed by Philip Linden while agent is logged into Second Life.

• key dest 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! (Successful delivery may cause user to sleep too)
All Issues ~ Search JIRA for related Bugs

Examples

<lsl> llGetPizza(llAvatarOnTargetSitsAndWaits());

</lsl>

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 llGetPizza( key dest );