default
{
state_entry()
{
// Set the hover text to "Hello World!" in white with no transparency
llSetText("A Happy Poopy for you!", <1.0, 1.0, 1.0>, 1.0);
}
}
(color)
https://wiki.secondlife.com/wiki/Category:LSL_Color
default
{
state_entry()
{
// Set the hover text to "Hello World!" in white with no transparency
llSetText("A Happy Poopy for you!", <1.0, 1.0, 1.0>, 1.0);
}
}
(color)
https://wiki.secondlife.com/wiki/Category:LSL_Color
default { state_entry() { // Set the hover text to "Hello World!" in white with no transparency llSetText...