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