script: l02r0101/l02r0101_couple_select03

code

l02r0101_couple_select03:
    debug_print("first")
    ldwk(work: 1, work: 2)
    ifval_jump(work: 15, "EQ", 4.0, "l02r0101_couple_select02")
    debug_print("second")
    ldwk(work: 1, work: 3)
    ifval_jump(work: 15, "EQ", 3.0, "l02r0101_couple_select02")
    debug_print("third")
    ldwk(work: 1, work: 4)
    ifval_jump(work: 15, "EQ", 2.0, "l02r0101_couple_select02")
    debug_print("four")
    ldwk(work: 1, work: 5)
    ifval_jump(work: 15, "EQ", 1.0, "l02r0101_couple_select02")
    debug_print("last")
    jump("l02r0101_couple_select02")
    end()

1 callers

script_set script invocation
l02r0101 l02r0101_couple_select01 jump("l02r0101_couple_select03")