presentations/highlight-js/test/detect/lsl/default.txt

13 lines
185 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
default
{
state_entry()
{
llSay(PUBLIC_CHANNEL, "Hello, Avatar!");
}
touch_start(integer num_detected)
{
llSay(PUBLIC_CHANNEL, "Touched.");
}
}