script set: sp_t02

code

SP_T02_FLAG:
    jump("ev_t02_flag_change")
    sp_event_data_end()

SP_T02_SCENE:
    jump("sp_t02_tbl")
    sp_event_data_end()

sp_t02_tbl:
    scene_change_data(work: 49, 1.0, "ev_t02_support")
    if_flagon_call(sys_flag: 5, "sp_t02_tbl2")
    scene_change_end()
    jump("sp_t02_tbl2")

sp_t02_tbl2:
    if_flagon_jump(flag: 1616, "sp_t02_tbl3")
    flag_set(flag: 1616)
    end()

sp_t02_tbl3:
    scene_change_data(work: 49, 3.0, "ev_t02_hyouta")
    scene_change_end()