// "MagnaMural Update Drone Script for Prim Three" // // by Apollia Pirandello // // Free, public domain, open source. May be used and modified // for any purpose, including commercial purposes. // // If you like it, or even if you don't, I welcome donations of // any size. // // MagnaMural Home Page, with manual and scripts: // http://magnamural.astroblahhh.com/ default { state_entry() { integer thislinknum=llGetLinkNumber(); if (thislinknum==3) { llRemoveInventory("\"00-MagnaMural Script Three"); llRemoveInventory(llGetScriptName()); } } }