URI: 
       talk-nerds.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
       ---
       talk-nerds.dcgi (782B)
       ---
            1 #!/bin/sh
            2 
            3 . ./config
            4 echo talk-nerds > $savegame/room
            5 . ./maps
            6 . ./functions
            7 
            8 map_talknerds
            9 
           10 _msg "## HIPSTER AREA (HIP)"
           11 
           12 if [ -f "$inventory/.nerdsmoved" ]; then
           13         _msg "The nerds seem to have left the machine in a usable state. You're surprised.
           14 
           15                 You see:"
           16 
           17 list_items_to use $nextbox
           18 
           19 
           20 _msg "[1|Check inventory|$path/inventory.dcgi|server|port]
           21 
           22         [1|Leave the computer|$path/Hipster_Area.dcgi|server|port]"
           23 
           24 else
           25         _msg "You take a look at what the nerds are doing. They seem to be
           26                 ttrying to find a C compiler on the NeXT machine. They are
           27                 not successful.
           28 
           29                 You ask if you can use the keyboard, they do not let you and
           30                 diss you off instead.
           31 
           32 
           33                 [1|Check inventory|$path/inventory.dcgi|server|port]
           34 
           35                 [1|Quit the conversation|$path/Hipster_Area.dcgi|server|port]"
           36 fi
           37 
           38