mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 09:02:50 +00: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.");
|
|
}
|
|
}
|
|
|