Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- integer iceCount;
- list iceUUID = ["4d260810-87e5-834d-519a-08a5f4be603a",
- "a2dabf12-8e0d-d407-a51e-538ec02cee41",
- "d8541969-2330-3a80-c175-a379d1322775",
- "ebce45bc-744d-30ff-2b6f-2c3fcb22dd90",
- "b39d828c-3462-2848-7300-19ffc9212b0b"];
- default
- {
- state_entry()
- {
- llOwnerSay( (string) llGetListLength(iceUUID));
- llSay(0, (string)llGetRegionDayOffset());
- }
- touch_start(integer total_number)
- {
- if(++iceCount > lllGetListLength(iceUUID))
- {
- iceCount = 0;
- };
- // llOwnerSay((string) iceCount + " " +
- // llGetInventoryName(INVENTORY_MATERIAL, iceCount));
- // llSetRenderMaterial(llGetInventoryName(INVENTORY_MATERIAL, iceCount),
- // ALL_SIDES);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement