llSay.lsl 102 B

1234567
  1. default
  2. {
  3. state_entry()
  4. {
  5. llSay(0,"This is an incredibly useless program." );
  6. }
  7. }