llWhisper

Written by: Headmaster
default
{
    state_entry()
    {
        llSetText("llWhiper()\nTouch to whisper something",<1,1,1>,1);
    }
 
    touch_start(integer total_number)
    {
        llWhisper(0,"At birth, a baby llama (called a 'cria') can weigh between 20 pounds (9 kilograms) to 30 pounds (14 kilograms).");
    }
}

 

Category: