I need help with coding. I need to remember the outfit the reader chose. (coding help) *CLOSED*

I used Dara’s arrow clothing game template but I want to remember what outfit the reader chose. Can someone help me with the code?

Try
If/elif/else

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
}

Ok, I’ll try that. Thank you! :blush:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.