Hover Text

//Set Text

default {
    state_entry() {
        llSetText("Your text here",<1,1,1>,1);
    }
}