7 lines
74 B
Plaintext

default
{
state_entry()
{
llSay(0, "Hello World");
}
}