script: common_scr/ev_bicycle_use

code

ev_bicycle_use:
    talkmsg("dp_scenario3%91-msg_bycyclestop_03")
    yes_no_win(work: 246)
    ifval_jump(work: 246, "EQ", 1.0, "end_bump_post")
    bicycle_req(0.0)
    time_wait(12.0, work: 246)
    talk_close()
    event_end()
    end()

1 callers

script_set script invocation
common_scr ev_bump_post ifval_jump(work: 246, "EQ", 1.0, "ev_bicycle_use")