Advertisement
Guest User

Untitled

a guest
Feb 13th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. string uuid = "d01540d0-30c1-d4da-400e-af511dd25c12"; //Put your group's UUID in here.
  2. string groupName = "Aberrant Anomalies Updates"; //Put your group's name in here.
  3.  
  4. default
  5. {
  6. touch_start(integer total_number)
  7. {
  8. llSay(0, "Open chat and click this link to join " + groupName + ": secondlife:///app/group/" + uuid + "/about");
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement