Files
opensim/bin/assets/ScriptsAssetSet/DefaultScript.lsl

9 lines
80 B
Plaintext

default
{
state_entry()
{
llSay( 0, "Script running");
}
}