From SLIS Second Life Wiki
| Function: deregisterScoreboard
|
|
| Description:
|
Removes a scoreboard from the sloodle_award_scoreboards table that is registered for an awards activity. When a transaction is made, all scoreboards associated with this award will be queried via these URL's. Therefore, it is important to remove any scoreboards you've registered if you are no longer in need of the URL, in order to avoid unnecessary wait times.
|
|
| llMessageLinked:
|
llMessageLinked(LINK_SET, PLUGIN_CHANNEL, "plugin:awards,function:registerScoreboard\nAWARDID:"+(string)currentAwardId+"\n"+oldUrl,NULL_KEY);
|
|
| Parameters:
|
| AWARDID:
|
sloodleid of award activity
|
|
| Output:
|
|
|