Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. string ownerName;
  2. list myList= [ownerName + "says fancy text", ownerName + "says fancy text2"];
  3.  
  4. default
  5. {
  6. state_entry()
  7. {
  8. llSay(0, "Hello, Avatar!");
  9. }
  10.  
  11. touch_start(integer total_number)
  12. {
  13. llSay(0, "Touched.");
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement