summaryrefslogtreecommitdiff
path: root/npc/001-4_Omars_house/dedication.txt
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2009-09-14 23:59:53 -0400
committerChuck Miller <shadowmil@gmail.com>2009-09-15 00:01:48 -0400
commit6b50195dc7da88d6e7f5dc61b466e23aba458dd5 (patch)
tree78e5c144ec92c81a98572ba8e2e1e2611fa4fe64 /npc/001-4_Omars_house/dedication.txt
parent4f8cf83370a6039a769fbf78cad8b6c5d41363b4 (diff)
downloadserverdata-6b50195dc7da88d6e7f5dc61b466e23aba458dd5.tar.gz
serverdata-6b50195dc7da88d6e7f5dc61b466e23aba458dd5.tar.bz2
serverdata-6b50195dc7da88d6e7f5dc61b466e23aba458dd5.tar.xz
serverdata-6b50195dc7da88d6e7f5dc61b466e23aba458dd5.zip
Create a new map for Omar's house for the special song
Diffstat (limited to 'npc/001-4_Omars_house/dedication.txt')
-rw-r--r--npc/001-4_Omars_house/dedication.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/001-4_Omars_house/dedication.txt b/npc/001-4_Omars_house/dedication.txt
new file mode 100644
index 00000000..edb0e388
--- /dev/null
+++ b/npc/001-4_Omars_house/dedication.txt
@@ -0,0 +1,9 @@
+// Dedication to Irene Christina
+
+001-4.gat,76,68,0 script #IreneDedication 127,{
+ mes "~ Irene Christina ~";
+ mes "The song in this house is dedicated to Irene.";
+ mes "";
+ mes "She had seen only twenty hours of this world when she died in her father's arms.";
+ close;
+};