Making Clothing Choices

label_outfit_game1
choice
“Outfit 1”{
@CHAR changes into Outfit1
goto outfit_game_1
}
“Outfit 2”{
@CHAR changes into Outfit2
goto outfit_game_1
}
“Outfit 3”{
@CHAR changes into Outfit3
goto outfit_game_1
}
“This is it!”{
continue
}

1 Like