Need help with a stuck scene

English isn’t my first language, but I’ll try^^
So maybe you should copy this part:

if (CLOTHES){
if (INDU =10) {
goto tap_outfit_7
} elif (INDU =11) {
goto tap_outfit_8
} elif (INDU =12) {
goto tap_outfit_9
} elif (INDU =13) {
goto tap_outfit_10
} else {
goto tap_outfit_11
}
}else{
if (INDU =10) {
goto tap_outfit_12
} elif (INDU =11) {
goto tap_outfit_13
} else {
goto tap_outfit_14
}
}
@HEROINE changes into HEROINE-2
@HERO changes into HERO-2
@ROMEO changes into REMO-2
@SHAI changes into SHAI-1

And paste it to the end of the former scene? I don’t know if this makes sense :'D

1 Like