dotg

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

t2-toilet.dcgi (272B)


      1 #!/bin/sh
      2 
      3 . config
      4 . functions
      5 
      6 _msg "You take a closer look at the toilet and you see:"
      7 if [ -f "$inventory/Plastic_bag" ]; then
      8 	list_items_to take "$toilet2/toilet"
      9 else
     10 	_msg "$(ls -1 $toilet2/toilet)"
     11 fi
     12 
     13 _msg "[1|Exit|$path/$(cat $savegame/room).dcgi|server|port]"