talk-gentoo.dcgi (600B)
1 #!/bin/sh 2 3 . config 4 echo talk-gentoo > $savegame/room 5 . maps 6 . functions 7 8 map_talkgentoo 9 10 _msg "## HIPSTER AREA (HIP)" 11 12 13 if [ -f "$hipsters/obese/.takingashit" -o \ 14 -f "$hipsters/obese/.inkitchensink" ]; then 15 _msg "The yoghurt did not bode well for the spaniard. He's taking a shit." 16 else 17 18 cat <<EOM 19 You smalltalk with the spaniard. It turns out he is a Gentoo 20 developer. 21 22 Your friend and you acknowledge this. 23 24 The spaniard is eating a plate of bolognese sauce. 25 EOM 26 fi 27 28 _msg "[1|Check inventory|$path/inventory.dcgi|server|port] 29 30 [1|Quit the conversation|$path/Hipster_Area.dcgi|server|port]" 31