script: common_scr/ev_bump_post

code

ev_bump_post:
    item_chk(450.0, 1.0, work: 246)
    ifval_jump(work: 246, "EQ", 0.0, "end_bump_post_not_bicycle")
    event_start()
    se_play("UI_COMMON_DECIDE")
    bicycle_check(work: 246)
    ifval_jump(work: 246, "EQ", 1.0, "ev_bicycle_use")
    talkmsg("dp_scenario3%91-msg_bycyclestop_02")
    yes_no_win(work: 246)
    ifval_jump(work: 246, "EQ", 1.0, "end_bump_post")
    bicycle_req(1.0)
    time_wait(12.0, work: 246)
    talk_close()
    event_end()
    end()

0 callers

script_set script invocation
Nothing is here...