talk-elves.dcgi - dotg - Day Of The GrParazyd
HTML git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dotg
DIR Log
DIR Files
DIR Refs
DIR Tags
---
talk-elves.dcgi (495B)
---
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