diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-02-08 11:24:51 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-02-08 11:24:51 +0100 |
commit | e0e9f448b7f36ec5a48b188c0298b97ef0767051 (patch) | |
tree | 9ae70aa8765563fd4cf6a4b978965cc316ba4c31 /npc/027-2_Caretakers_House/crying_child.txt | |
parent | e0885bdfaa3ed60d98398d648000a33265ea1aab (diff) | |
download | serverdata-e0e9f448b7f36ec5a48b188c0298b97ef0767051.tar.gz serverdata-e0e9f448b7f36ec5a48b188c0298b97ef0767051.tar.bz2 serverdata-e0e9f448b7f36ec5a48b188c0298b97ef0767051.tar.xz serverdata-e0e9f448b7f36ec5a48b188c0298b97ef0767051.zip |
gy inn: love triangle quest, adding rewards so far, adding comments and some minor fixes
Diffstat (limited to 'npc/027-2_Caretakers_House/crying_child.txt')
-rw-r--r-- | npc/027-2_Caretakers_House/crying_child.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/027-2_Caretakers_House/crying_child.txt b/npc/027-2_Caretakers_House/crying_child.txt index c3b9ddc9..045a4cd6 100644 --- a/npc/027-2_Caretakers_House/crying_child.txt +++ b/npc/027-2_Caretakers_House/crying_child.txt @@ -1,3 +1,6 @@ +// author: alastrim +// love triangle quest, involved npcs: Reid's Ghost, Hamond, Savaric, Aldred, Golbenez + 027-2.gat,50,92,0 script Aldred 314,{ // Crying Child subquest @@ -25,8 +28,6 @@ if (@state == 1) goto L_return; if (BaseLevel >= 80) goto L_intro; -//TODO: make the dialogue more childish? - L_cry: mes "[Crying Child]"; mes "\"Waaahhhhh! (Sniffle)\""; |