Difference between revisions of "LlGetPizza"

From Second Life Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Delete|Spam}}
{{KBwarning|This is humor, ''not'' a real LSL function.}}
{{#vardefine:gd_text|As M Linden's balance is running dangerously low, we don't want to run problems with bounced checks at the pizzaria.}}
{{LSL_Function
{{LSL_Function
|deprecated=LlGetPowerThirst
|func_id|func_sleep=1800|func_energy=10.0
|func_id|func_sleep=1800|func_energy=10.0
|mode=request|func=llGetPizza|sort=Pizza
|mode=request|func=llGetPizza|sort=GetPizza
|func_desc=Orders a pizza paid by M Linden while agent is logged into Second Life.
|func_desc=Orders a pizza paid by M Linden while agent is logged into Second Life.
|p1_type=key|p1_name=dest|p1_desc=Avatar [[UUID]].
|p1_type=key|p1_name=dest|p1_desc=Avatar [[UUID]].
Line 8: Line 10:
|return_text
|return_text
|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=
|examples=
<lsl>
<lsl>

Latest revision as of 10:29, 20 April 2012

KBwarning.png Warning: This is humor, not a real LSL function.
Emblem-important.png Deprecated
(This function has been deprecated, please use LlGetPowerThirst instead.)

As M Linden's balance is running dangerously low, we don't want to run problems with bounced checks at the pizzaria.

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 paid by M 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.
  • This function has been deprecated, please use LlGetPowerThirst instead... 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 );