User:Jana Kamachi/NoReturn

From Second Life Wiki
< User:Jana Kamachi
Revision as of 00:46, 20 November 2007 by Jana Kamachi (talk | contribs) (New page: {{Jana}} '''Note:''' I make no claims! This was created by Jcool410 Wildcat, and edited againt by myself and Molecular Chemistry. Simply drop the script into any object, thats it your done...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If you like this script, or any script I've released, please post on my Talk page, or I'll most likely never see it o: If you want to improve a script, just go for it!


Note: I make no claims! This was created by Jcool410 Wildcat, and edited againt by myself and Molecular Chemistry. Simply drop the script into any object, thats it your done. I'm only releasing this because I have found someone selling a much worse version for 5k. 5k!!!

default
{
    state_entry(){llRequestPermissions(llGetOwner(),PERMISSION_CHANGE_LINKS);}
    on_rez(integer param){ llResetScript(); }
    run_time_permissions(integer perm){ if(perm) llSetTimerEvent(30);}
    timer(){
        key parent=llGetKey();
        llBreakLink(llGetLinkNumber());
        llSleep(5);
        llCreateLink(parent,0);
    }
}