None. Just read the value from the list.
But is there a function for when that happens?
function getscore(%name){ for(%a=0; %a<npl_list.rowcount(); %a++) { if(getfield(npl_list.getrowtext(%a), 1) $= %name) return getfield(npl_list.getrowtext(%a), 2); } return -1;}
.. what.What do you want to do? Get a player's score?
Once in a while, open and instantly close the player GUI by script. Check newPlayerListGUI::updateScore(%this, %client, %score) stuff.
I know there is newPlayerListGUI::updateScore(%this, %client, %score) but that is only called when the player list is opened.
Is there a function called instantly when your score changes?