Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Do me a favor

BuhBuhCuh Fairchild
Professional BuhBuhCuh
Join date: 9 Oct 2002
Posts: 503
05-07-2003 19:40
ok, I can't make it to the townhall tomorrow, so I need to have someone take this script, and put it in an object at the amphitheatre.

(by the way, this is a joke...but I do think these are good suggs)
bbc

CODE

list suglist = ["a llPreloadTexture function.", "tunnels!", "the ability to write data to Notecards.", "customizable avatar gestures.", "deformable meshes (cloth, springs).", "another level of hierarchy in linking, (so I can make joints between children, and thus - limbs!)", "objects able to (scripted) rotate while attatched", "a llDetectedGiver, so we can find out who is depositing a inventory object (or add a key changer to the changed event)"];
integer i;

default
{
state_entry()
{
llSetObjectName("The Ghost of BuhBuhCuh Fairchild");
llSensorRepeat("", "", AGENT, 30.0, 2*PI, 60.0);
}

sensor(integer detected)
{
if(detected > 10)
{
llShout(0, "I think we should have "+ llList2String(suglist, i));
i++;

}
if(i > llGetListLength(suglist))
{
llDie();
}
}
}
_____________________

START!
Make your own movie in Second Life for
The Take 5 Machinima Festival
Films due Dec 4, screening Dec 7!
http://www.alt-zoom.com/take5.htm

Ope Rand
Alien
Join date: 14 Mar 2003
Posts: 352
05-07-2003 20:23
lol :D