Exemplo n.º 1
0
 def menu(self, caller, data, start='start', **kwargs):
     return make_menu(caller, data, start, title=self.system_name, **kwargs)
Exemplo n.º 2
0
 def switch_edit(self):
     target = self.target()
     if not target:
         self.error("Nobody found!")
         return
     make_menu(self.character, 'athanor.core.menus.account', player=target)