yuou need to ad points system in the template
under the code where you change clothes
@CHAR changes into OUTFIT_1
ad always points - for each dress different poitns
@CHARACTER changes into OUTFIT_1
@DRESS =1
@CHARACTER changes into OUTFIT_2
@DRESS =2
@CHARACTER changes into OUTFIT_3
@DRESS =3
and then use if/elif /else to recall what was remembered
if (DRESS =1){
@CHARACTER changes into OUTFIT_1
}elif(DRESS =2){
@CHARACTER changes into OUTFIT_2
}else{
@CHARACTER changes into OUTFIT_3
}