12 lines
213 B
Bash
12 lines
213 B
Bash
#!/bin/bash
|
|
|
|
image="riot.jpg"
|
|
|
|
prompt="Holy shit now you're in a riot!"
|
|
|
|
choice1="Panic and run away!"
|
|
outcome1="menu actions/death.sh"
|
|
|
|
choice2="Throw a molotov at the police"
|
|
outcome2="source actions/youwin.sh"
|