summaryrefslogtreecommitdiff
path: root/npc/018-5-5/ivanize.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-5-5/ivanize.txt')
-rw-r--r--npc/018-5-5/ivanize.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/018-5-5/ivanize.txt b/npc/018-5-5/ivanize.txt
new file mode 100644
index 000000000..bfec74f6b
--- /dev/null
+++ b/npc/018-5-5/ivanize.txt
@@ -0,0 +1,19 @@
+// TMW2 scripts.
+// Authors:
+// Indigovox <rui.gravata@hotmail.com>
+// Jesusalva <jesusalva@tmw2.org>
+// Description:
+// Evil Fairy
+
+018-5-5,31,26,0 script Ivanize NPC_FAIRY_A,{
+ if (strcharinfo(0) == "Manatauro") npctalk3 l("Leave me alone! Stop annoying me!");
+ mesn;
+ mesq l("Can't you see I'm busy?");
+ close;
+
+OnInit:
+ .sex=G_FEMALE;
+ .distance=5;
+ end;
+}
+