talk-girls.dcgi - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
talk-girls.dcgi (452B) | |
--- | |
1 #!/bin/sh | |
2 | |
3 . ./config | |
4 echo talk-girls > $savegame/room | |
5 . ./functions | |
6 . ./maps | |
7 | |
8 map_talkgirls | |
9 | |
10 cat <<EOM | |
11 ## WORK DESK (COMP) | |
12 | |
13 You introduce yourself to the girls. | |
14 | |
15 "Hello!" - You say eagerly. | |
16 | |
17 "Hello to you to! Excuse us though, we're in the middle of | |
18 some work. See you around later?" - One of them asks. | |
19 | |
20 "Sure thing!" - You reply. | |
21 | |
22 | |
23 [1|Check inventory|$path/inventory.dcgi|server|port] | |
24 | |
25 [1|Quit the conversation|$path/Work_Desk.dcgi|server|port] | |
26 EOM |