script: union/ev_connect_union_child_menu_select

code

ev_connect_union_child_menu_select:
    bmpmenu_init(24.0, 5.0, 0.0, 1.0, work: 246)
    bmpmenu_make_list("msg_ev_win_142", 0.0)
    bmpmenu_make_list("msg_ev_win_064", 1.0)
    bmpmenu_make_list("msg_ev_win_054", 2.0)
    bmpmenu_make_list("msg_ev_win_027", 3.0)
    bmpmenu_make_list("msg_ev_win_136", 4.0)
    bmpmenu_make_list("msg_ev_win_028", 5.0)
    union_bmpmenu_start()
    switch(work: 246)
    case_jump(0.0, "ev_connect_union_talk_obj_00")
    case_jump(1.0, "ev_connect_union_talk_obj_03")
    case_jump(2.0, "ev_connect_union_talk_obj_02")
    case_jump(3.0, "ev_connect_union_talk_obj_01")
    case_jump(4.0, "ev_connect_union_talk_obj_12")
    case_jump(7.0, "ev_connect_union_connect_parent_killed")
    union_script_result_set("UNION_SELECT_EVENT", "UNION_CHILD_SELECT_CANCEL")
    jump("ev_connect_union_connect_kill")
    end()

2 callers

script_set script invocation
union ev_connect_union_child_menu jump("ev_connect_union_child_menu_select")
union ev_connect_union_next_child_menu jump("ev_connect_union_child_menu_select")