From 8e78e36dab589bbf0516a747457bb50870aca0dc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 14 Mar 2018 18:42:35 -0300 Subject: Fix missing "end;" on Silvia --- npc/003-1/silvia.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc/003-1/silvia.txt') diff --git a/npc/003-1/silvia.txt b/npc/003-1/silvia.txt index b98dbd4dc..606b6db70 100644 --- a/npc/003-1/silvia.txt +++ b/npc/003-1/silvia.txt @@ -7,6 +7,7 @@ if (strcharinfo(0) == $MOST_HEROIC$) npctalk l("Oh my, the great @@ has come to talk to me!", $MOST_HEROIC$); if (strcharinfo(0) != $MOST_HEROIC$) hello; +end; OnInit: .@npcId = getnpcid(0, .name$); -- cgit v1.2.3-70-g09d2