summaryrefslogtreecommitdiff
path: root/npc/027-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-30 15:55:20 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-30 15:55:20 -0300
commit8617d39adf2aba9d95fd54f2bfc364aed4548d46 (patch)
treef972ce9bb174eddf78b289ad8b9528ffcbadfe88 /npc/027-1
parentdbf4c815de832c01d5a5ef911ab1fd2e25cb5525 (diff)
downloadserverdata-8617d39adf2aba9d95fd54f2bfc364aed4548d46.tar.gz
serverdata-8617d39adf2aba9d95fd54f2bfc364aed4548d46.tar.bz2
serverdata-8617d39adf2aba9d95fd54f2bfc364aed4548d46.tar.xz
serverdata-8617d39adf2aba9d95fd54f2bfc364aed4548d46.zip
Eliza, to reset destructive magic
Diffstat (limited to 'npc/027-1')
-rw-r--r--npc/027-1/_import.txt1
-rw-r--r--npc/027-1/eliza.txt22
2 files changed, 23 insertions, 0 deletions
diff --git a/npc/027-1/_import.txt b/npc/027-1/_import.txt
index bd5f99aa9..8ff4bde83 100644
--- a/npc/027-1/_import.txt
+++ b/npc/027-1/_import.txt
@@ -2,6 +2,7 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/027-1/_mobs.txt",
"npc/027-1/_warps.txt",
+"npc/027-1/eliza.txt",
"npc/027-1/elza.txt",
"npc/027-1/enzo.txt",
"npc/027-1/ezra.txt",
diff --git a/npc/027-1/eliza.txt b/npc/027-1/eliza.txt
new file mode 100644
index 000000000..d7e203a7f
--- /dev/null
+++ b/npc/027-1/eliza.txt
@@ -0,0 +1,22 @@
+// TMW2 Script
+// Author:
+// Jesusalva
+// Description:
+// Forgetful
+
+027-1,123,28,0 script Eliza NPC_DARK_SORCERER_F,{
+ mesn l("%s, the Forgetful", .name$);
+ mesq l("What was I doing before...? I totally forgot!");
+ if (any(true, false))
+ mesc l("Have you seen my sister Elza?");
+ next;
+ ForgetfulNPC(.name$, CLASS_DESTRUCTION);
+ close;
+
+OnInit:
+ .sex = G_FEMALE;
+ .distance = 5;
+ end;
+
+}
+