Difference between revisions of "LlGetPowerThirst"

From Second Life Wiki
Jump to navigation Jump to search
m (deported_back_to_kenya i find fairly racial and sad even a linden was here .. humor is one thing being racial in humor is another, go_home was added as a alternative)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{delete|SPAM}}
{{KBwarning|This is humor, ''not'' a real LSL function.}}
 
{{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]].
Line 10: Line 9:
|spec
|spec
|caveats=ENERGY FOR MEN, MENERGY! MAN ENERGY!
|caveats=ENERGY FOR MEN, MENERGY! MAN ENERGY!
|examples=
<lsl>
<lsl>
default
default
{
{
state_entry()
    state_entry()
{
    {
llGetPowerThirst(key baby);
        llGetPowerThirst(key baby);
integer babies = baby + 400;
        integer babies = baby + 400;
llRunLikeAKenyan(key babies);
        llRunLikeAKenyan(key babies);
state deported_back_to_kenya;
        state go_home;
}
    }
}
}
</lsl>
</lsl>
|notes=IT'S LIKE ADDING LSL TO AN ELECTRICAL STORM!}}
|notes=IT'S LIKE ADDING LSL TO AN ELECTRICAL STORM!}}

Latest revision as of 22:14, 23 May 2014

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!

All Issues ~ Search JIRA for related Bugs

Examples

<lsl> default {

   state_entry()
   {
       llGetPowerThirst(key baby);
       integer babies = baby + 400;
       llRunLikeAKenyan(key babies);
       state go_home;
   }

}

</lsl>

Notes

IT'S LIKE ADDING LSL TO AN ELECTRICAL STORM!

Deep Notes

Search JIRA for related Issues

Signature

//function void llGetPowerThirst( key baby );