Difference between revisions of "LlGetPowerThirst"

From Second Life Wiki
Jump to navigation Jump to search
Line 2: Line 2:
{{LSL_Function
{{LSL_Function
|func_id|func_sleep=0|func_energy=9001.0
|func_id|func_sleep=0|func_energy=9001.0
|mode=request|func=llGetPowerThirst|sort=POWER THIRST!
|mode=request|func=llGetPowerThirst|sort=GetPowerThirst
|func_desc=Will cause your babies to run ABNORMALLY FAST, like a KENYAN!
|func_desc=Will cause your babies to run ABNORMALLY FAST, like a KENYAN!
|p1_type=key|p1_name=baby|p1_desc=LIKE A KENYAN! [[UUID]].
|p1_type=key|p1_name=baby|p1_desc=LIKE A KENYAN! [[UUID]].

Revision as of 08:44, 10 March 2012

KBwarning.png Warning: This is humor, not a real LSL function.
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llGetPowerThirst( key baby );
REQUEST Function ID
0 Forced Delay
9001.0 Energy

Will cause your babies to run ABNORMALLY FAST, like a KENYAN!

• key baby LIKE A KENYAN! UUID.

You will have GRATUITOUS AMOUNT OF ENERGY!

Caveats

ENERGY FOR MEN, MENERGY! MAN ENERGY! <lsl> default { state_entry() { llGetPowerThirst(key baby); integer babies = baby + 400; llRunLikeAKenyan(key babies); state deported_back_to_kenya; } } </lsl>

All Issues ~ Search JIRA for related Bugs

Examples

Notes

IT'S LIKE ADDING LSL TO AN ELECTRICAL STORM!

Deep Notes

Search JIRA for related Issues

Signature

//function void llGetPowerThirst( key baby );