Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. def func(self):
  2. caller = self.caller
  3. Pri_skill_count = len(caller.db.skill.items())
  4. for pSkill, pLevel in caller.db.skill.items():
  5. caller.msg(pSkill + " " + pLevel)
  6. priskill = 'caller.db.' + pSkill + '.items()'
  7. caller.msg(priskill)
  8. #for aName, aLevel in priskill:
  9. #caller.msg(aName + " " + aLevel)
  10. caller.msg('\n' + caller.key + "'s Skills")
  11. caller.msg('\n')
  12. caller.msg('Skills/Actions Level Rank Skill Points')
  13. caller.msg('-------------------- ------- ------------ ------------')
  14. caller.msg('{Primary Skill} {Level} Grand Master {SPVALUE}')
  15. caller.msg('\n')
  16. caller.msg('{Action Name} {Level} Novice')
  17. caller.msg('{Action Name} {Level} Practiced')
  18. caller.msg('{Action Name} {Level} Capable')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement