tCafeteria.dcgi - dotg - a bitreich fosdem adventure
HTML git clone https://git.parazyd.org/dotg
DIR Log
DIR Files
DIR Refs
---
tCafeteria.dcgi (449B)
---
1 #!/bin/sh
2
3 . config
4 echo Cafeteria > "$savegame/room"
5 . functions
6 . maps
7
8 map_cafeteria
9
10 if [ -f "$inventory/.called20h" ]; then
11
12 echo
13
14 else
15 cat <<EOM
16 ## CAFETERIA
17
18 You are in the campus cafeteria. You see a bunch of nerds and
19 Rust developers. The alcohol queue is as long as always and you
20 decide it isn't worth the wait. You'd rather find your friend
21 first.
22
23 EOM
24 fi
25
26 cat <<EOM
27
28 [1|Check inventory|$path/inventory.dcgi|server|port]
29 EOM
30
31 navigation