Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updates logic
  • Loading branch information
Emma authored and Emma committed Mar 30, 2020
1 parent f647fb2 commit 5f8e4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -122,7 +122,7 @@ tw-link.visited:hover

[Well let's take a look inside the...]
(set: $hostchoice1 to (either: "purple bag", "orange bag"))
(if: $hostchoice1 is "purple bag" and $set is "false")[(if: $hostchoice1 is "purple bag" and $purplebag is "good potion")[(set: $hostchoice1 to "green bag")(set: $set to "true")$hostchoice1] (if: $hostchoice1 is "purple bag" and $purplebag is "bad potion")[(set: $set to "true")$hostchoice1]](if: $hostchoice1 is "orange bag" and $set is "false")[(if: $hostchoice1 is "orange bag" and $orangebag is "good potion")[(set: $hostchoice1 to "green bag")(set: $set to "true")$hostchoice1] (if: $hostchoice1 is "orange bag" and $orangebag is "bad potion")[(set: $set to "true")$hostchoice1]]
(if: $hostchoice1 is "purple bag" and $set is "false")[(if: $hostchoice1 is "purple bag" and $purplebag is "good potion")[(set: $hostchoice1 to "orange bag")(set: $set to "true")$hostchoice1] (if: $hostchoice1 is "purple bag" and $purplebag is "bad potion")[(set: $set to "true")$hostchoice1]](if: $hostchoice1 is "orange bag" and $set is "false")[(if: $hostchoice1 is "orange bag" and $orangebag is "good potion")[(set: $hostchoice1 to "purple bag")(set: $set to "true")$hostchoice1] (if: $hostchoice1 is "orange bag" and $orangebag is "bad potion")[(set: $set to "true")$hostchoice1]]

(if: $hostchoice1 is "purple bag")[<img src="https://i.imgur.com/OP11vSu.png" alt="purple bag open" height="300" width="300" />](else:)[<img src="https://i.imgur.com/OLfHmc9.png" alt="orange bag open" height="300" width="300" />]

Expand Down

0 comments on commit 5f8e4fe

Please sign in to comment.