URI: 
       Campus_Outside.dcgi - dotg - Day Of The GrParazyd
  HTML git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dotg
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
       ---
       Campus_Outside.dcgi (380B)
       ---
            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