Advertisement
Gayngel

Untitled

Feb 23rd, 2015
531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. string GroupUrl = "secondlife:///app/group/04f595b0-cdc8-97f0-e710-9564824c03b2/about"; // This is the group URL for Builder's Brewery. Replace it with your own group URL. You can find your group URL by opening your group and selecting Copy URL next to the group key.
  2.  
  3. default
  4. {
  5.  
  6.  
  7. touch_start(integer total_number)
  8. {
  9. llRegionSayTo(llDetectedKey(0),0,"Click this link to join our group : " + GroupUrl);
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement