12 lines
265 B
Bash
12 lines
265 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."
|
|
|
|
choice1="Inventory"
|
|
outcome1="menu actions/riot.sh"
|
|
|
|
choice2="Open Mailbox"
|
|
outcome2="menu actions/mail.sh"
|