Files

13 lines
185 B
Plaintext
Raw Permalink Normal View History

2021-04-07 19:25:18 -04:00
default
{
state_entry()
{
llSay(PUBLIC_CHANNEL, "Hello, Avatar!");
}
touch_start(integer num_detected)
{
llSay(PUBLIC_CHANNEL, "Touched.");
}
}