Difference between revisions of "LlGetPowerThirst"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{LSL_Function |func_id|func_sleep=0|func_energy=9001.0 |mode=request|func=llGetPowerThirst|sort=POWER THIRST! |func_desc=Will cause your babies to run ABNORMALLY FAST, like a KENYAN! |p1_...)
 
Line 4: Line 4:
|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]].
|func_footnote=It will cause your to have GRATUITOUS AMOUNT OF ENERGY,
|func_footnote=You will have GRATUITOUS AMOUNT OF ENERGY!
|return_text
|return_text
|spec
|spec
|caveats=ENERGY FOR MEN, MENERGY! (Although, after the effect has worn off, YOU SLEEP LIKE A KENYAN AT NOON!)
|caveats=ENERGY FOR MEN, MENERGY! MAN ENERGY!
<lsl>
<lsl>
default
default
Line 20: Line 20:
}
}
</lsl>
</lsl>
|helpers
|related
|related
|also
|also
|notes=IT'S LIKE ADDING LSL TO A LIGHTNING STORM!}}
|notes=IT'S LIKE ADDING LSL TO A LIGHTNING STORM!}}

Revision as of 12:52, 30 March 2008

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 = babies + 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 A LIGHTNING STORM!

Deep Notes

Search JIRA for related Issues

Signature

//function void llGetPowerThirst( key baby );