diff options
Diffstat (limited to 'npc/003-1/silvia.txt')
-rw-r--r-- | npc/003-1/silvia.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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$); |