13 lines
187 B
Plaintext
13 lines
187 B
Plaintext
default
|
|
{
|
|
on_rez(integer y)
|
|
{
|
|
llMessageLinked(LINK_SET, 281000, "", "''''");
|
|
}
|
|
state_entry()
|
|
{
|
|
llMessageLinked(LINK_SET, 281000, "", "''''");
|
|
}
|
|
|
|
}
|