script: t02/pos_t02_support_10_common

code

pos_t02_support_10_common:
    get_my_sex(work: 246)
    ifval_jump(work: 246, "EQ", 0.0, "t02_support_male_01")
    ifval_jump(work: 246, "EQ", 1.0, "t02_support_female_01")
    end()

6 callers

script_set script invocation
t02 pos_t02_support_a1 jump("pos_t02_support_10_common")
t02 pos_t02_support_b1 jump("pos_t02_support_10_common")
t02 pos_t02_support_c1 jump("pos_t02_support_10_common")
t02 pos_t02_support_d1 jump("pos_t02_support_10_common")
t02 pos_t02_support_e1 jump("pos_t02_support_10_common")
t02 pos_t02_support_f1 jump("pos_t02_support_10_common")