A quick sandwich would be just the thing to calm your hunger pangs, you decide as you stand in your kitchen, stomach rumbling.
First you need to pick the type of [[bread]] you want to use.Bread first.
(input-box:2bind $bread,"=XX=",1,"Enter bread type here.")
Next the [[meat]].Now the meat.
(input-box:2bind $meat,"=XX=",1,"Enter meat type here.")
Next the [[cheese]].Now the cheese.
(input-box:2bind $cheese,"=XX=",1,"Enter cheese type here.")
Next the [[vegetables]].Now the vegetables.
(input-box:2bind $vegetables,"=XX=",1,"Enter vegetable type here.")
Next the [[sauce]].Now the sauce.
(input-box:2bind $sauce,"=XX=",1,"Enter sauce type here.")
Next give your sandwich a [[name]].Name your sandwich.
(input-box:2bind $name,"=XX=",1,"Enter name here.")
[[Sandwich get]].You hastily eat your (print: $name) sandwich.
Ingredients:
{(if:$bread is not 0)(print: $bread)(if:$bread is not 0)(print: "<br/>")
(if:$meat is not 0)(print: $meat)(if:$meat is not 0)(print: "<br/>")
(if:$cheese is not 0)(print: $cheese)(if:$cheese is not 0)(print: "<br/>")
(if:$vegetables is not 0)(print: $vegetables)(if:$vegetables is not 0)(print: "<br/>")
(if:$sauce is not 0)(print: $sauce)}
Your hunger now satisfied you venture back to bed.
The End.