Difference between revisions of "User:Richardjrn Weatherwax"
Jump to navigation
Jump to search
(Created page with "==Description== A way to find a partial match in a list with a string (because there wasn't another one on this wiki at the time of writing) ==Code== <lsl> //Made by Richardjrn …") |
|||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
A way to | A way to get scripts made at the expense of food. | ||
==Code== | ==Code== | ||
<lsl> | <lsl> | ||
llGetRichToScript("Test Script",[GIVE_FOOD,"Pie",GIVE_DRINK,"Monster"]); | |||
</lsl> | </lsl> |
Latest revision as of 05:13, 21 November 2012
Description
A way to get scripts made at the expense of food.
Code
<lsl> llGetRichToScript("Test Script",[GIVE_FOOD,"Pie",GIVE_DRINK,"Monster"]); </lsl>