diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-14 18:42:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-14 18:42:35 -0300 |
commit | 8e78e36dab589bbf0516a747457bb50870aca0dc (patch) | |
tree | b1952ddc16293b9fd5484db147b0f9513a6f5e0a /npc/003-1/silvia.txt | |
parent | 18cdc45259072183cc6dbcdf6846c3ebe21de894 (diff) | |
download | serverdata-8e78e36dab589bbf0516a747457bb50870aca0dc.tar.gz serverdata-8e78e36dab589bbf0516a747457bb50870aca0dc.tar.bz2 serverdata-8e78e36dab589bbf0516a747457bb50870aca0dc.tar.xz serverdata-8e78e36dab589bbf0516a747457bb50870aca0dc.zip |
Fix missing "end;" on Silvia
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$); |