script: d31r0201/ev_tower_gate_mclass_pokesel

code

ev_tower_gate_mclass_pokesel:
    talk_keywait("dp_scenario3%44-msg_tower_219")
    black_out("SCR_WIPE_DIV", "SCR_WIPE_SYNC")
    fade_wait()
    talk_close()
    btower_tools("BTWR_SUB_SELECT_POKE", 0.0, 0.0)
    set_map_proc()
    btower_tools("BTWR_SUB_GET_ENTRY_POKE", 0.0, work: 246)
    black_in("SCR_WIPE_DIV", "SCR_WIPE_SYNC")
    fade_wait()
    ifval_jump(work: 246, "EQ", 0.0, "ev_tower_gate_common_exit")
    jump("ev_tower_gate_mclass_savechk")
    end()

2 callers

script_set script invocation
d31r0201 ev_tower_gate_mclass_pchk_s ifval_jump(work: 246, "GE", 3.0, "ev_tower_gate_mclass_pokesel")
d31r0201 ev_tower_gate_mclass_pchk_d ifval_jump(work: 246, "GE", 4.0, "ev_tower_gate_mclass_pokesel")