Hipster_Area.dcgi - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
Hipster_Area.dcgi (1457B) | |
--- | |
1 #!/bin/sh | |
2 | |
3 . ./config | |
4 echo Hipster_Area> $savegame/room | |
5 . ./functions | |
6 . ./maps | |
7 | |
8 map_hipsterarea | |
9 | |
10 cat <<EOM | |
11 ## HIPSTER AREA (HIP) | |
12 | |
13 You are in the hipster area. In front of you there is a coffee | |
14 ttable. | |
15 | |
16 You are sitting on a soft carpet. Left of you on the couch | |
17 is your friend that you have brought here with you. He's sitting | |
18 in the middle. On his left there is a hipster using a Macbook | |
19 deep-frying his testicles. Right of him there is an obese Spaniard. | |
20 | |
21 EOM | |
22 | |
23 dropitem Beers && echo "You give a beer to your friend." | |
24 | |
25 if [ -f "$inventory/.nerdsmoved" ]; then | |
26 _msg "Behind you (NX) there is an unattended NeXT UNIX machine." | |
27 else | |
28 _msg "Behind you (NX) there are a couple of nerds trying to type… | |
29 commands into a NeXT machine." | |
30 fi | |
31 | |
32 cat <<EOM | |
33 | |
34 The people right of you and across you do not seem interesting. | |
35 | |
36 Behind the couch to your right there's a DJ and some people | |
37 playing bad beats on the sound system. | |
38 | |
39 | |
40 [1|Talk to your friend|$path/talk-20h.dcgi|server|port] | |
41 [1|Talk to the obese Spaniard|$path/talk-gentoo.dcgi|server|port] | |
42 [1|Talk to the burning hipster|$path/talk-hipster.dcgi|server|port] | |
43 EOM | |
44 | |
45 if [ -f "$inventory/.nerdsmoved" ]; then | |
46 cat <<EOM | |
47 [1|Go to the NeXT Station|$path/talk-nerds.dcgi|server|port] | |
48 EOM | |
49 else | |
50 cat <<EOM | |
51 [1|Talk to the NeXT nerds|$path/talk-nerds.dcgi|server|port] | |
52 EOM | |
53 fi | |
54 | |
55 cat <<EOM | |
56 | |
57 [1|Inspect the coffee table|$path/coffeetable.dcgi|server|port] | |
58 | |
59 [1|Check inventory|$path/inventory.dcgi|server|port] | |
60 EOM | |
61 | |
62 navigation |