diff options
-rw-r--r-- | npc/003-1/silvia.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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$); |