Switch to edit mode.
Name(s): stats1: money = this:money(player)
2: if (money == -1)
3: return player:tell("You have no stats, please bet first.")
4: endif
5: x = this:info(player)
6: if (x)
7: stats = {@this.infonames[2..20], @this:info(player)[2..length(this:info(player))]}
8: player:tell("-- Please note: Implementation of stats is still in progress --")
9: player:tell("")
10: player:tell($su:columnize(stats, 2, 35))
11: player:tell("")
12: player:tell("You currently have ", this:m_string(this:money(player)), ".")
13: endif
14: "Last modified by James (#6397) on Thu Mar 15 00:54:51 2007 EDT."