URI: 
       tWork_Desk.dcgi - dotg - a bitreich fosdem adventure
  HTML git clone https://git.parazyd.org/dotg
   DIR Log
   DIR Files
   DIR Refs
       ---
       tWork_Desk.dcgi (458B)
       ---
            1 #!/bin/sh
            2 
            3 . config
            4 echo Work_Desk > $savegame/room
            5 . functions
            6 . maps
            7 
            8 map_workdesk
            9 
           10 cat <<EOM
           11 ## WORK DESK (COMP)
           12 
           13 You are at the work desk. There are two girls and a guy.
           14 
           15 Behind them there is a bookshelf. On the work desk you see:
           16 
           17 EOM
           18 
           19 list_items_to take $workdesk
           20 
           21 cat <<EOM
           22 [1|Talk to girls |$path/talk-girls.dcgi|server|port]
           23 
           24 [1|Check bookshelf|$path/bookshelf.dcgi|server|port]
           25 
           26 [1|Check inventory|$path/inventory.dcgi|server|port]
           27 EOM
           28 
           29 navigation