// desc2float - Set float text from object description // self-deleting default { state_entry() { // Set the floating text llSetText(llGetObjectDesc(), <1, 1, 1>, 1.0); // and delete it llRemoveInventory(llGetScriptName()); } }