mirror of
https://github.com/opensim/opensim.git
synced 2026-05-17 20:25:34 +08:00
8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
default
|
|
{
|
|
state_entry()
|
|
{
|
|
llSay( 0, "Script running");
|
|
}
|
|
}
|