예제 #1
0
def load(saveData):
    mob = world.getMobile(saveData["serial"])
    if mob:
        saveData["mobile"] = mob
        gump = create(saveData)
        # request paperdoll data from server
        saveData["mobile"].openPaperdoll()
예제 #2
0
def load(saveData):
    mob = world.getMobile(saveData["serial"])
    if mob:
        saveData["mobile"] = mob
        gump = create(saveData)
        # request paperdoll data from server
        saveData["mobile"].openPaperdoll()
예제 #3
0
def load(saveData):
    mob = world.getMobile(saveData["serial"])
    if mob:
        saveData["mobile"] = mob
        gump = create(saveData)
        # request status data from server
        saveData["mobile"].openStatus()
예제 #4
0
def load(saveData):
    mob = world.getMobile(saveData["serial"])
    if mob:
        saveData["mobile"] = mob
        gump = create(saveData)
예제 #5
0
def load(saveData):
    mob = world.getMobile(saveData["serial"])
    if mob:
        saveData["mobile"] = mob
        gump = create(saveData)