talk-20h.dcgi - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
talk-20h.dcgi (519B) | |
--- | |
1 #!/bin/sh | |
2 | |
3 . ./config | |
4 echo talk-20h > $savegame/room | |
5 . ./maps | |
6 . ./functions | |
7 | |
8 map_talk20h | |
9 | |
10 if [ -f "$hipsters/20h/.meaningoflife" ]; then | |
11 str="He's babbling about the meaning of life to hipsters around … | |
12 else | |
13 str="He's eating a place of bolognese sauce" | |
14 fi | |
15 | |
16 cat <<EOM | |
17 ## HIPSTER AREA (HIP) | |
18 | |
19 You nod at your friend. | |
20 | |
21 $str | |
22 | |
23 In the meantime he's talking sense into the Macbook user left | |
24 of him. | |
25 | |
26 | |
27 [1|Check inventory|$path/inventory.dcgi|server|port] | |
28 | |
29 [1|Quit the conversation|$path/Hipster_Area.dcgi|server|port] | |
30 EOM |