chaos/actions/start
2025-06-23 23:24:43 -04:00

12 lines
255 B
Bash

#!/bin/bash
image='house'
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"
choice2="Open Mailbox"
outcome2="menu actions/mail"