Switch to edit mode.
Name(s): info1: ".info {{player#,won,lost,tied,blackjacks,dblackjacks,streak,maxstreak,#ofsplits,#ofdoubles,doubleswon,busts,dealerbusts,21's"
2: "1:player#,2:won,3:lost,4:tied,5:bj's,6:dbj's,7:streak,8:maxstreak,9:splits,10:doub's,11:doubswon,12:busts,13:dbusts,14:21's,15:d21's"
3: "if (!(caller in #7575.trusted))"
4: " raise(E_PERM)"
5: "elseif (!is_player(args[1]))"
6: " raise(E_PERM)"
7: "endif"
8: x = args[1]
9: pos = x in $list_utils:slice(this.info)
10: if (!pos)
11: this.info = {@this.info, {x, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}}
12: pos = length(this.info)
13: endif
14: return this.info[pos]
15: "Last modified by James (#6397) on Wed Mar 14 23:42:07 2007 EDT."