llRegionSay
default
{
state_entry()
{
llSetText("llRegionSay()\nTouch to say something region wide",<1,1,1>,1);
}
touch_start(integer total_number)
{
llRegionSay(1,"Overall, the fiber produced by a llama is very soft and is naturally lanolin free.");
}
}


