diff options
author | Sini Ruohomaa <sini.ruohomaa@iki.fi> | 2010-08-21 13:15:29 +0300 |
---|---|---|
committer | Sini Ruohomaa <sini.ruohomaa@iki.fi> | 2010-08-21 13:15:29 +0300 |
commit | b9586203ca934ea787b6d917cdd94921b7e7f2c2 (patch) | |
tree | 4b2a449dfb2fb61bd75aedd1e4cd18a132ce151c /npc/001-1_Tulimshar/sarah.txt | |
parent | 9cc1783bc108842cfce916dc0e8cebf8c42ba25e (diff) | |
download | serverdata-b9586203ca934ea787b6d917cdd94921b7e7f2c2.tar.gz serverdata-b9586203ca934ea787b6d917cdd94921b7e7f2c2.tar.bz2 serverdata-b9586203ca934ea787b6d917cdd94921b7e7f2c2.tar.xz serverdata-b9586203ca934ea787b6d917cdd94921b7e7f2c2.zip |
Moved the NPCs to follow the double-spacing standard (for punctuation) too.
Diffstat (limited to 'npc/001-1_Tulimshar/sarah.txt')
-rw-r--r-- | npc/001-1_Tulimshar/sarah.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/001-1_Tulimshar/sarah.txt b/npc/001-1_Tulimshar/sarah.txt index d75e5c38..bc02bef4 100644 --- a/npc/001-1_Tulimshar/sarah.txt +++ b/npc/001-1_Tulimshar/sarah.txt @@ -23,19 +23,19 @@ L_Opening0: L_Opening1: mes "[Sarah]"; - mes "\"Mmm, [Cherry Cake]...I love it!\""; + mes "\"Mmm, [Cherry Cake]... I love it!\""; next; goto L_Ask; L_Ask: - mes "\"Can you bring me a piece of [Cherry Cake]? Pretty please?\""; + mes "\"Can you bring me a piece of [Cherry Cake]? Pretty please?\""; menu "Yes.", L_Req0, "No.", L_No; L_Req0: mes "[Sarah]"; - mes "\"Yippee! Bring me a piece of [Cherry Cake], and I'll give you a nice hat!\""; + mes "\"Yippee! Bring me a piece of [Cherry Cake], and I'll give you a nice hat!\""; next; goto L_Set; @@ -50,7 +50,7 @@ L_Progress: mes "[Sarah]"; mes "\"Whee!\""; next; - mes "You brought me [Cherry Cake]! Here is your new hat, as promised.\""; + mes "You brought me [Cherry Cake]! Here is your new hat, as promised.\""; emotion 9; getinventorylist; if ((@inventorylist_count - (countitem("CherryCake") == 1)) > 99) goto L_TooMany; @@ -61,12 +61,12 @@ L_Progress: L_NotEnough: mes "[Sarah]"; - mes "\"Oh, I'm starving! Please bring me [Cherry Cake]!\""; + mes "\"Oh, I'm starving! Please bring me [Cherry Cake]!\""; close; L_Done: mes "[Sarah]"; - mes "\"It was so tasty, I can't eat anything more... Thank you!\""; + mes "\"It was so tasty, I can't eat anything more... Thank you!\""; emotion 9; close; @@ -76,6 +76,6 @@ L_No: L_TooMany: next; mes "[Sarah]"; - mes "\"You don't have room for my reward. I'll wait until you do.\""; + mes "\"You don't have room for my reward. I'll wait until you do.\""; close; } |