dotg

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

talk-elves.dcgi (489B)


      1 #!/bin/sh
      2 
      3 . config
      4 echo talk-elves > $savegame/room
      5 . maps
      6 . functions
      7 
      8 map_kitchen
      9 
     10 cat <<EOM
     11 ## KITCHEN (KIT)
     12 
     13 EOM
     14 
     15 if [ -f "$inventory/.orgyhappened" ]; then
     16 	cat <<EOM
     17 The cheerful elves are dancing and look at everyone with a smile.
     18 EOM
     19 else
     20 	cat <<EOM
     21 The cheerful elves are dancing and eating cheese. They don't seem
     22 to be willing to let go of it.
     23 EOM
     24 fi
     25 cat <<EOM
     26 
     27 [1|Check inventory|$path/inventory.dcgi|server|port]
     28 
     29 [1|Quit the conversation|$path/Kitchen.dcgi|server|port]
     30 EOM