mirror of
https://github.com/opensim/opensim.git
synced 2026-06-28 01:35:38 +08:00
8 lines
76 B
Plaintext
8 lines
76 B
Plaintext
default
|
|
{
|
|
state_entry()
|
|
{
|
|
llSay( 0, "I am Alive!");
|
|
}
|
|
}
|