t1-toilet.dcgi - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
t1-toilet.dcgi (276B) | |
--- | |
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 "$toilet1/toilet" | |
9 else | |
10 _msg "$(ls -1 $toilet1/toilet)" | |
11 fi | |
12 | |
13 _msg "[1|Exit|$path/$(cat $savegame/room).dcgi|server|port]" |