mirror of
https://github.com/opensim/opensim.git
synced 2026-06-01 15:35:44 +08:00
12 lines
181 B
Plaintext
12 lines
181 B
Plaintext
default {
|
|
state_entry()
|
|
{
|
|
llSay(0, "Hello, Avatar!");
|
|
}
|
|
|
|
touch_start(integer total_number)
|
|
{
|
|
llSay(0, "Object was touched.");
|
|
}
|
|
}
|