View/Edit #6161:stats

Switch to edit mode.

Name(s): stats
1:  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."

Verb arguments: none none none
Verb perms: Readable NOT-Debug
Verb owned by: James (#6397)

You are not logged in.

[home | help | who | search | setup | code]