Don't click here unless you want to be banned.

LSL Wiki : VirusCollector

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl427.us.archive.org
Name Inworld: Aldar Rayner

Name Supposed to Be: Aldar Radald

Website for info on stuff: www.freewebs.com/rolply

Talents are scripting and sometimes building if I'm inspired.

Pages Created/Edited: Target, LibraryListeningTexturer

My Fake Little Script
key detect;
murder(integer mass)
{
    detect = llDetectedKey(0);
    llStab(detect);
    if(llVolumeDetect("scream") >= .75)
    {
        llBindAndGag(detect);
    }
    llWhip(detect);
    llSlice(detect);
    llRape(detect);
    llSlitThroat(detect);
    llFlee("scene");
    if(llGotAway() == TRUE)
    {
        integer yesorno = TRUE;
        return yesorno;
    }
    else
    {
        integer yesorno = FALSE;
        return yesorno;
    }
}
state_entry()
{
    llSensorRepeat(AGENT,"",NULL_KEY,96,TWO_PI,3.0);
}
sensor(integer num)
{
    murder(FALSE);
}
no_sensor()
{
    llSleep(3.0);
}
}
Comments [Hide comments/form]
With your fake little script, I would just do "return llGotAway();" instead of that logic block, although of course efficiency is not really a concern.
-- KeknehvPsaltery (2006-10-06 23:53:07)
Is murder ever efficient?
-- VirusCollector (2006-10-07 17:36:55)
Ahh!
-- BhavinPoindexter (2006-10-14 10:27:43)
Attach a comment to this page: