From bafcefbf6a97f7fd31bd48696629242cf7d3ae12 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Thu, 1 Mar 2018 02:51:26 -0300 Subject: Silvia is not used, so make her react to the hero and the hero only --- npc/003-1/silvia.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/003-1/silvia.txt') diff --git a/npc/003-1/silvia.txt b/npc/003-1/silvia.txt index faf298b65..9e3ceaa57 100644 --- a/npc/003-1/silvia.txt +++ b/npc/003-1/silvia.txt @@ -3,7 +3,8 @@ 003-1,109,150,0 script Silvia NPC_FEMALE,{ -hello; +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; OnInit: .@npcId = getnpcid(0, .name$); -- cgit v1.2.3-70-g09d2