script: c01/ev_c01_aroma1_yes1

code

ev_c01_aroma1_yes1:
    talk_keywait("dp_scenario1%27-msg_c01_aroma1_02")
    talk_close()
    birth_mounth_input(work: 331)
    ifval_jump(work: 331, "EQ", 0.0, "ev_c01_aroma1_not2")
    ldwk(work: 332, work: 331)
    talk_keywait("dp_scenario1%27-msg_c01_aroma1_03")
    talk_close()
    birth_day_input(work: 332)
    ifval_jump(work: 332, "EQ", 0.0, "ev_c01_aroma1_not2")
    number_name(0.0, work: 331)
    number_name(1.0, work: 332)
    talk_keywait("dp_scenario1%27-msg_c01_aroma1_04")
    yes_no_win(work: 246)
    talk_close()
    ifval_jump(work: 246, "EQ", 0.0, "ev_c01_aroma1_yes2")
    ifval_jump(work: 246, "EQ", 1.0, "ev_c01_aroma1_another")
    end()

2 callers

script_set script invocation
c01 ev_c01_aroma1 ifval_jump(work: 246, "EQ", 0.0, "ev_c01_aroma1_yes1")
c01 ev_c01_aroma1_another jump("ev_c01_aroma1_yes1")