Cafeteria.dcgi - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
Cafeteria.dcgi (455B) | |
--- | |
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 |