how to make a group inviter for sl code example
Example: how to make a group inviter for sl
default{ touch_start(integer num) { string group = llList2String(llGetObjectDetails(llGetKey(),[OBJECT_GROUP]),0); llSay(0,"To join our group, click this link >>> http://world.secondlife.com/group/" + group); }}