script: c11r0101/ev_c11r0101_staff_b_menu

code

ev_c11r0101_staff_b_menu:
    talkmsg("dp_scenario3%36-msg_c11r0101_staff_b_02")
    add_custum_win_label("dp_scenario3%36-msg_staff_choice_06")
    add_custum_win_label("dp_scenario3%36-msg_staff_choice_07")
    add_custum_win_label("dp_scenario3%36-msg_staff_choice_01")
    open_custum_win(work: 246)
    switch(work: 246)
    case_jump(0.0, "ev_c11r0101_staff_b_01")
    case_jump(1.0, "ev_c11r0101_staff_b_02")
    talkmsg("dp_scenario3%36-msg_c11r0101_staff_all_end")
    last_keywait()
    talk_close()
    talk_obj_end()
    end()

6 callers

script_set script invocation
c11r0101 ev_c11r0101_staff_a_01 jump("ev_c11r0101_staff_b_menu")
c11r0101 ev_c11r0101_staff_a_02 jump("ev_c11r0101_staff_b_menu")
c11r0101 ev_c11r0101_staff_a_03 jump("ev_c11r0101_staff_b_menu")
c11r0101 ev_c11r0101_staff_b jump("ev_c11r0101_staff_b_menu")
c11r0101 ev_c11r0101_staff_b_01 jump("ev_c11r0101_staff_b_menu")
c11r0101 ev_c11r0101_staff_b_02 jump("ev_c11r0101_staff_b_menu")