From SLIS Second Life Wiki
|
|
| Description:
|
Adds a group to this award. Useful in adding teams to a game!
|
|
| llMessageLinked:
|
llMessageLinked(LINK_SET, PLUGIN_CHANNEL, "plugin:awards,function:addAwardGrp\nAWARDID:"+(string)currentAwardId+"\nGROUPNAME:"+clickedGroup, NULL_KEY);
|
|
| Parameters:
|
| AWARDID:
|
sloodleid of award activity
|
| GROUPNAME:
|
group name you want to add to this award activity
|
|
| Output:
|
|
|