// "MagnaMural Update Drone Script for Prim Two" // // 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==2) { llRemoveInventory("\"00-MagnaMural Script Two"); llRemoveInventory("*-Astroblahhh.Com MagnaMural Manual"); llRemoveInventory("*-Astroblahhh.Com MagnaMural Commands Summary"); llRemoveInventory("Astroblahhh.Com MagnaMural - Free Demo"); llRemoveInventory(llGetScriptName()); } } }