Add test with PermExp().
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@22078 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
e730cba08b
commit
5fa2d2aa83
|
|
@ -170,6 +170,7 @@ def do_basics():
|
|||
msg += ' your title is %s\n'%who.Title
|
||||
msg += ' your ip is %s\n'%who.IP
|
||||
msg += ' my name is %s\n'%whoami.Name
|
||||
msg += ' your permanent exp is %d\n' % who.PermExp()
|
||||
whoami.Say(msg)
|
||||
|
||||
def do_time():
|
||||
|
|
|
|||
Loading…
Reference in New Issue