Floating texts and Allow Inventory Drop

Written by Kitsune
default
{
    state_entry()
    {
        llAllowInventoryDrop(TRUE); 
        llSetText("text
        ", <1,1,1>, 1.5);
       
    }
}