tt1-shower.dcgi - dotg - a bitreich fosdem adventure HTML git clone https://git.parazyd.org/dotg DIR Log DIR Files DIR Refs --- tt1-shower.dcgi (632B) --- 1 #!/bin/sh 2 3 . config 4 . functions 5 6 case "$(basename -s .dcgi $0)" in 7 t1-shower) place="$toilet1/shower" ;; 8 t2-shower) place="$toilet2/shower" ;; 9 esac 10 11 if [ -f "$place/.notyet" ]; then 12 if [ -f "$place/Black_dildo" ]; then 13 _msg "You see a" 14 list_items_to take "$place" 15 _msg "stuck into the shower drain." 16 else 17 _msg "You find nothing in the shower." 18 fi 19 else 20 if [ -f "$place/Black_dildo" ]; then 21 _msg "You see a" 22 list_items_to take "$place" 23 _msg "stuck into the shower drain." 24 else 25 _msg "You see a lab rat run into the shower drain and disappear!" 26 fi 27 fi 28 _msg "[1|Exit|$path/$(cat $savegame/room).dcgi|server|port]"