summaryrefslogtreecommitdiff
path: root/npc/001-1/enora.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/enora.txt')
-rw-r--r--npc/001-1/enora.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt
index bf2f7b16..e2e4064b 100644
--- a/npc/001-1/enora.txt
+++ b/npc/001-1/enora.txt
@@ -440,10 +440,7 @@ OnInit:
end;
}
-001-1,0,0,0 script Mobs#001-1 NPC_HIDDEN,{
- end;
-
-OnNPCKillEvent:
+function script EnoraKills {
if (getq(ArtisQuests_Enora) == 10
&& killedrid == Fluffy
&& strcharinfo(PC_MAP) == "001-1"
@@ -451,5 +448,6 @@ OnNPCKillEvent:
{
setq(ArtisQuests_Enora, 10, getq2(ArtisQuests_Enora) + 1);
}
- end;
+ return;
}
+