with textbox #21. Currently under the choice menu I have the choice "yes" set tag #1 to ON, and "no" does nothing. Therefore I believe the code below should result in either the "yes" or the "no" case.... So far only the "no" case comes up when testing either choice answer. Can anyone point out my flaw? Or perhaps show me a more systematic way of coding choices.
Code:
show text box (19)
wait for text box
If (check tag (1) == true) then(
show text box (20)
)
else(
show text box (21)
)
set tag (1, off)
wait for text box
If (check tag (1) == true) then(
show text box (20)
)
else(
show text box (21)
)
set tag (1, off)
⊕ P E R S O N A L M U S I C: https://open.spotify.com/album/6fEo3fCm5C3XhtFRflfANr
⍠ C O L L A B M U S I C: https://dustpuppets.bandcamp.com/releases



