script: pc_ug/ev_pc_ug_menu01

code

ev_pc_ug_menu01:
    talk_obj_start()
    talkmsg("dp_net_communication%3-msg_pcug_01_06")
    yes_no_win(work: 246)
    ifval_jump(work: 246, "EQ", 0.0, "ev_pc_ug_announce_2")
    ifval_jump(work: 246, "EQ", 1.0, "ev_pc_ug_goodbye")
    talk_close()
    talk_obj_end()
    end()

1 callers

script_set script invocation
pc_ug ev_pc_ug_first jump("ev_pc_ug_menu01")