mirror of
https://github.com/opensim/opensim.git
synced 2026-06-27 17:25:48 +08:00
14 lines
163 B
Plaintext
14 lines
163 B
Plaintext
default
|
|
{
|
|
state_entry()
|
|
{
|
|
llSay( 0, "I am Alive!");
|
|
}
|
|
|
|
touch_start(integer number_of_touchs)
|
|
{
|
|
llSay( 0, "Touched.");
|
|
}
|
|
}
|
|
|