Add test with PermExp().

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@22078 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2021-04-13 09:57:16 +00:00
parent e730cba08b
commit 5fa2d2aa83
1 changed files with 1 additions and 0 deletions

View File

@ -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():