default.txt 185 B

123456789101112
  1. default
  2. {
  3. state_entry()
  4. {
  5. llSay(PUBLIC_CHANNEL, "Hello, Avatar!");
  6. }
  7. touch_start(integer num_detected)
  8. {
  9. llSay(PUBLIC_CHANNEL, "Touched.");
  10. }
  11. }