DefaultSay.lsl 76 B

1234567
  1. default
  2. {
  3. state_entry()
  4. {
  5. llSay( 0, "I am Alive!");
  6. }
  7. }