dotg

a bitreich fosdem adventure
git clone https://git.parazyd.org/dotg
Log | Files | Refs

Campus_Outside.dcgi (374B)


      1 #!/bin/sh
      2 
      3 . config
      4 echo Campus_Outside > "$savegame/room"
      5 . functions
      6 . maps
      7 
      8 map_campus
      9 
     10 cat <<EOM
     11 ## THE CAMPUS
     12 
     13 You are outside on the FOSDEM campus. It's relatively warm.
     14 There is plenty of people walking and eating junk food around.
     15 
     16 EOM
     17 
     18 if [ -f "$inventory/.called20h" ]; then
     19 echo
     20 fi
     21 
     22 cat <<EOM
     23 
     24 [1|Check inventory|$path/inventory.dcgi|server|port]
     25 EOM
     26 
     27 navigation