script set: c06r0102

code

ev_c06r0102_scope:
    talk_start()
    gold_win_write(20.0, 2.0)
    money_open()
    talkmsg("dp_scenario2%124-msg_c06r0102_telescope_01")
    yes_no_win(work: 246)
    talk_close()
    ifval_jump(work: 246, "EQ", 0.0, "scope_yes")
    money_close()
    talk_end()
    end()

scope_yes:
    comp_gold(work: 246, 100.0)
    ifval_jump(work: 246, "EQ", 0.0, "scope_no_money")
    sub_gold(100.0)
    money_close()
    call_safari_scope()
    talk_end()
    end()

scope_no_money:
    money_close()
    talkmsg("dp_scenario2%124-msg_c06r0102_telescope_02")
    last_keywait()
    talk_close()
    talk_end()
    end()

ev_c06r0102_woman3_01:
    easy_obj_msg("dp_scenario2%124-msg_c06r0102_woman3_01")
    end()

ev_c06r0102_boy3_01:
    easy_obj_msg("dp_scenario2%124-msg_c06r0102_boy3_01")
    end()

ev_c06r0102_middleman1_01:
    easy_obj_msg("dp_scenario2%124-msg_c06r0102_middleman1_01")
    end()

ev_c06r0102_picnicgirl_01:
    easy_obj_msg("dp_scenario2%124-msg_c06r0102_picnicgirl_01")
    end()