This is the part that get's the list of player names in Walletbot's scripts.
for(%i = 0; NPL_List.getrowtext(%i) !$= ""; %i++) {
walletbot.clientnames[index] = %i;
%end = strpos(NPL_List.getrowtext(%i), "" TAB "", 2);
%name = getsubstr(NPL_List.getrowtext(%i), 2, %end-2);
walletbot.clientnames[%i] = %name;
}