14 lines
267 B
Bash
14 lines
267 B
Bash
#!/bin/bash
|
|
|
|
image='house.jpg'
|
|
|
|
prompt="You are standing in an open field west of a white house, with a boarded front door. There is a small mailbox here. What do you do?"
|
|
|
|
choice1="Inventory"
|
|
outcome1="menu riot.sh"
|
|
|
|
choice2="Open Mailbox"
|
|
outcome2="menu mail.sh"
|
|
|
|
|