llGetPizza

From Second Life Wiki
Revision as of 04:43, 20 May 2009 by Strife Onizuka (talk | contribs) (Undo revision 365122 by Talvin Muircastle (Talk) A little humor is acceptable on the wiki, as long as it is out of the way and isn't offensive.)
Jump to navigation Jump to search
LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

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

Orders a pizza paid 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)

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

Signature

//function void llGetPizza( key dest );