Adding gem choices

You’d have to use if/elif/else:

Here is the template for it:

if (glam_dress is "Wear the dress and impress Kassidy" {

#WRITE OUT WHAT WOULD HAPPEN IF THEY ARE WEARING THE DRESS

} else {

#WRITE OUT WHAT WOULD HAPPEN IF THEY **AREN'T** WEARING THE DRESS

}

If you still don’t understand, try reading this:

1 Like