diff options
author | Akko Teru <none@null.nil> | 2016-01-17 15:01:11 -0600 |
---|---|---|
committer | Akko Teru <none@null.nil> | 2016-01-17 15:01:11 -0600 |
commit | 685ed37702c51f85ce194a1ef2fce8dfe305e17b (patch) | |
tree | 3510cea14fdaccc6ba79d11846cdeaaf64fc58e9 /npc/001-2-32 | |
parent | 0257fc84007e3231f867818f283016544a80c8b6 (diff) | |
download | serverdata-685ed37702c51f85ce194a1ef2fce8dfe305e17b.tar.gz serverdata-685ed37702c51f85ce194a1ef2fce8dfe305e17b.tar.bz2 serverdata-685ed37702c51f85ce194a1ef2fce8dfe305e17b.tar.xz serverdata-685ed37702c51f85ce194a1ef2fce8dfe305e17b.zip |
Trivial grammar adjustment and a lot of comments.
Diffstat (limited to 'npc/001-2-32')
-rw-r--r-- | npc/001-2-32/serena.txt | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/npc/001-2-32/serena.txt b/npc/001-2-32/serena.txt index 1ae2cc39..4b4cf12b 100644 --- a/npc/001-2-32/serena.txt +++ b/npc/001-2-32/serena.txt @@ -6,7 +6,43 @@ 001-2-32,27,27,0 script Serena NPC_SERENA,{ mesn; - mesq l("Oh darling, what bring you here?"); + mesq l("Oh darling, what brought you here?"); + // ^^^^^^^ + // Expresses familiarity or elderliness in relation to PC. + + // <scratch> + // [ PC]: I was just looking around. + // [NPC]: Did not someone offer guidance? + // [NPC]: Enora was supposed to be helping you... + // [NPC]: ...but, she is young, and often absent-minded; did you ask? + // [NPC]: (Alt.) It seems you rushed ahead of her. Go back and talk to Enora. + // ([Enora]: Beyond here is the fighting room o_o;) + // ([Enora]: I... uh... well, you will need alies in there.) + // ([Enora]: And... you see... this is my good outfit and...) + // ([Enora]: ...I've only just cleaned up in there >.>) + // But if you keep getting stronger; that will be the day. + + // Alt-Ready: + // [NPC]: Beyond here is the Fight Room. + // [NPC]: [conditions]* + // [NPC]: Good-luck | Bonne-chance. + + // (Alt.) [NPC]: I used to be an adventurer, like you. + // [NPC]: But there was no one to join for quests. + // [NPC]: So I enlisted for a post at this chapter. + // [NPC]: But my "friends" joined the Brotherhood! + + // [NPC]: The Brotherhood knows a lot more about monsters. + // [NPC]: But they could not "break the Legion's power" without burning all cities to the ground. + // [NPC]: The cities grow fast, ruining farmers and peasants. + // [NPC]: Our differences lead to friction. + + // Alt-What + // The secret is out: We really did create a mutant. + // None of the members were informed until it went out-of-control. + // [...] + // Muahaha-ha! My beautiful mutant. The city of Artis is mine. + // </scratch> goto L_Close; |