def OnResurrect():
    r = RESURRECTIONWND.resList.getValue()
    TGEEval('Canvas.popDialog("ResurrectionGui");')
    from mud.client.playermind import PLAYERMIND
    PLAYERMIND.resurrect(r)
Beispiel #2
0
def OnResurrect():
    r = RESURRECTIONWND.resList.getValue()
    TGEEval('Canvas.popDialog("ResurrectionGui");')
    from mud.client.playermind import PLAYERMIND
    PLAYERMIND.resurrect(r)