Advertisement
Guest User

Untitled

a guest
Feb 13th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. string uuid = "secondlife:///app/group/3fdf9db9-39c6-604f-3337-46caca3e4637/about"; //Put your group's UUID in here.
  2. string groupName = "TFS"; //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