From SLIS Second Life Wiki
| Function: registerScoreboard
|
|
| Description:
|
Adds a scoreboard to sloodle_award_scoreboards table for the specified award activity. When a transaction is made, all registered scoreboards are updated if they are displaying data that requires updating.
|
|
| llMessageLinked:
|
llMessageLinked(LINK_SET, PLUGIN_CHANNEL, "plugin:awards,function:registerScoreboard\nAWARDID:"+(string)currentAwardId+"\n"+myUrl+"|TYPE:scoreboard",NULL_KEY);
|
|
| Parameters:
|
| AWARDID:
|
sloodleid of award activity
|
| myUrl:
|
url of the scoreboard to register. Notice that there is no preface for this parameter
|
| TYPE:
|
The type of scoreboard it is: can be either Scoreboard, or Booth
|
|
| Output:
|
|
|