DefaultSay.lsl 77 B

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