tr1-closet.dcgi - dotg - a bitreich fosdem adventure
 (HTM) git clone https://git.parazyd.org/dotg
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       tr1-closet.dcgi (526B)
       ---
            1 #!/bin/sh
            2 
            3 . config
            4 . functions
            5 
            6 if [ -f "$inventory/.letusfuck" ]; then
            7         _msg 'As you open the closet, the two girls from the work desk enter the
            8                 bedroom...
            9 
           10                 "Hey you" - They smile.
           11 
           12                 "Thank you for the beers! We are all out bored by that work. Do you
           13                 want to have some fun?"
           14 
           15                 You are left to no choice but to lock the bedroom door and say'
           16                 _msg "[1|Let us fuck.|$path/sex.dcgi|server|port]"
           17 else
           18         _msg "You find nothing interesting in the closet."
           19 fi
           20 
           21 _msg "[1|Exit|$path/$(cat $savegame/room).dcgi|server|port]"