Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/detect/lsl/default.txt
2021-04-07 19:25:18 -04:00

13 lines
185 B
Plaintext
Vendored

default
{
state_entry()
{
llSay(PUBLIC_CHANNEL, "Hello, Avatar!");
}
touch_start(integer num_detected)
{
llSay(PUBLIC_CHANNEL, "Touched.");
}
}