From SLIS Second Life Wiki
|
|
| Description:
|
Return the total points for the group specified
|
|
| llMessageLinked:
|
llMessageLinked(LINK_SET, PLUGIN_CHANNEL, "plugin:awards,function:getTeamScore\nAWARDID:"+(string)currentAwardId+"\nGROUP:"+currentGroup,NULL_KEY);
|
|
| Parameters:
|
| AWARDID:
|
sloodleid of award activity
|
| GROUPNAME:
|
Name of the group you want to get the score for
|
|
| Output:
|
|
|
| Example Use:
|
|
Useful when you only want to return one score. This command is used for single score booths to display an individual teams points.
|
|