default {
state_entry() { llSetText("<Informations>",<1.0,1.0,1.0>,1.0); llAllowInventoryDrop(TRUE ); } changed(integer change) { if (change & CHANGED_ALLOWED_DROP) {llSay(0, "\n<Texte>");} }
} </source>