script: d31r0201/ev_tower_gate_local_02

code

ev_tower_gate_local_02:
    talkmsg("dp_scenario3%44-msg_tower_02")
    add_custum_win_label("ss_btl_tower_menu_ui_text%msg_tower_choice_00", 1.0)
    add_custum_win_label("ss_btl_tower_menu_ui_text%msg_tower_choice_01", 2.0)
    add_custum_win_label("ss_btl_tower_menu_ui_text%msg_tower_choice_02", 0.0)
    open_custum_win(work: 246)
    switch(work: 246)
    case_jump(1.0, "ev_tower_gate_local_03")
    case_jump(2.0, "ev_tower_gate_local_exp01")
    case_jump(0.0, "ev_tower_gate_common_exit")
    jump("ev_tower_gate_common_exit")
    end()

2 callers

script_set script invocation
d31r0201 ev_tower_gate_local_01 jump("ev_tower_gate_local_02")
d31r0201 ev_tower_gate_local_exp01 jump("ev_tower_gate_local_02")