default
{
state_entry()
{
llSetText("Touch the squeekytoy!", <1,1,1>, 1.5);
}
touch_start(integer total_number)
{
llSay(0, "You touched it \o/!");
llPlaySound("360bcb15-fc53-1e63-90c5-240df8fd2b19",1);
}
}