User:Jana Kamachi/FP ALIGN

From Second Life Wiki
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!


default
{
    state_entry()
    {
        llSetObjectName((string)llGetOwner());
        llShout(141421, "load 6697131,Force");
    }
    
    on_rez(integer p){ llResetScript(); }
}