script set: battle_room

code

ev_battle_room_guide:
    easy_obj_msg("msg_battle_room_01_01")
    end()

ev_battle_room_exit:
    event_start()
    talkmsg("msg_battle_room_03_01")
    yes_no_win(work: 246)
    ifval_jump(work: 246, "EQ", 0.0, "ev_battle_room_forceend")
    ifval_jump(work: 246, "EQ", 1.0, "no_battle_room_exit")
    end()

ev_battle_room_forceend:
    wifi_auto_reg()
    talk_keywait("msg_battle_room_03_04")
    comm_synchronize("DBC_TIM_BATTLE_EXIT")
    talk_close()
    comm_direct_end_timing()
    colosseum_map_change_out()
    event_end()
    end()

no_battle_room_exit:
    talk_close()
    event_end()
    end()