default
{
state_entry()
{
llSetText("llShout()\nTouch to shout",<1,1,1>,1);
}
touch_start(integer total_number)
{
llShout(0,"Very intelligent, llamas learn simple tasks after a few repetitions. When using a pack, llamas can carry about 25%–30% of their body weight for several miles.");
}
}