What do i need to change in order for this to work?

On the line after goto dressing_end (after the line @BLAIR changes into sleep blair) you need to code in }

so i added } then it showed this

The } needs to go on the line after goto dressing_end

1 Like

goto dressing_end
}
label dressing_end

1 Like

label dressing_game
CHARACTER (think)
(What should I wear today?)
choice
“Sleepover Blair” {
@BLAIR is dustoff_loop
@BLAIR changes into sleepover blair
goto dressing_end
}“Sleep Blair” {
@BLAIR is dustoff_loop
@BLAIR changes into sleep blair
goto dressing_end
}
label dressing_end
CHARACTER (blow_kiss)
(I look amazing in this! Should I wear it?)
choice
“Um, HECK yes!” {
BLAIR (primp)
(I do look stunning, after all.)
}“Nah, I’ve got nicer options than this” {
goto dressing_game
}

1 Like

this worked it doesn’t show an error where it usually does but when i play it it doesn’t work

Which part of it doesn’t work?

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