mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 09:02:50 +00:00
8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
default
|
|
{
|
|
state_entry()
|
|
{
|
|
llSay( 0, "Script running");
|
|
}
|
|
}
|