URI: 
       ttalk-girls.dcgi - dotg - a bitreich fosdem adventure
  HTML git clone https://git.parazyd.org/dotg
   DIR Log
   DIR Files
   DIR Refs
       ---
       ttalk-girls.dcgi (446B)
       ---
            1 #!/bin/sh
            2 
            3 . config
            4 echo talk-girls > $savegame/room
            5 . functions
            6 . maps
            7 
            8 map_talkgirls
            9 
           10 cat <<EOM
           11 ## WORK DESK (COMP)
           12 
           13 You introduce yourself to the girls.
           14 
           15 "Hello!" - You say eagerly.
           16 
           17 "Hello to you to! Excuse us though, we're in the middle of
           18 some work. See you around later?" - One of them asks.
           19 
           20 "Sure thing!" - You reply.
           21 
           22 
           23 [1|Check inventory|$path/inventory.dcgi|server|port]
           24 
           25 [1|Quit the conversation|$path/Work_Desk.dcgi|server|port]
           26 EOM