mirror of
https://github.com/opensim/opensim.git
synced 2026-07-27 19:35:42 +08:00
9 lines
80 B
Plaintext
9 lines
80 B
Plaintext
default
|
|
{
|
|
state_entry()
|
|
{
|
|
llSay( 0, "Script running");
|
|
}
|
|
}
|
|
|