hello
it egg time
will you cook egg?
[[yes i will cook egg]]
[[no i do not want to cook egg]]okay you do not cook egg
what do instead
[[nothing]]the end
[[or do you want to cook egg after all?->It egg time]]okay eggcelent
what kind egg?
(link:"poach")[(set: $egg to "poach")(goto:"the end")]
(link:"fry")[(set: $egg to "fry")(goto:"the end")]
(link:"scramble")[(set: $egg to "scramble")(goto:"the end")]
(link:"boil")[(set: $egg to "boil")(goto:"the end")]
(link:"omlet")[(set: $egg to "omlet")(goto:"the end")]
(link:"raw")[(set: $egg to "raw")(goto:"i et raw")]hurray you $egg egg!
the end