ttalk-20h.dcgi - dotg - a bitreich fosdem adventure
HTML git clone https://git.parazyd.org/dotg
DIR Log
DIR Files
DIR Refs
---
ttalk-20h.dcgi (513B)
---
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 him."
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