13 lines
185 B
Plaintext
13 lines
185 B
Plaintext
|
|
default
|
||
|
|
{
|
||
|
|
state_entry()
|
||
|
|
{
|
||
|
|
llSay(PUBLIC_CHANNEL, "Hello, Avatar!");
|
||
|
|
}
|
||
|
|
|
||
|
|
touch_start(integer num_detected)
|
||
|
|
{
|
||
|
|
llSay(PUBLIC_CHANNEL, "Touched.");
|
||
|
|
}
|
||
|
|
}
|