diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-08-19 20:06:30 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-08-19 20:06:30 -0700 |
commit | ae194001586f5cc7dc680f56a1aed5c453c7e72d (patch) | |
tree | 077d45b7f448f8f30285237184a7a1b4d13be045 /world/map/npc/013-3 | |
parent | e12af34ecdedca9a83e5bf8100e4bf721ec85697 (diff) | |
download | serverdata-ae194001586f5cc7dc680f56a1aed5c453c7e72d.tar.gz serverdata-ae194001586f5cc7dc680f56a1aed5c453c7e72d.tar.bz2 serverdata-ae194001586f5cc7dc680f56a1aed5c453c7e72d.tar.xz serverdata-ae194001586f5cc7dc680f56a1aed5c453c7e72d.zip |
Give every NPC a unique name
Diffstat (limited to 'world/map/npc/013-3')
-rw-r--r-- | world/map/npc/013-3/misc.txt | 2 | ||||
-rw-r--r-- | world/map/npc/013-3/sword_chest.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/013-3/misc.txt b/world/map/npc/013-3/misc.txt index eadfef13..60324fff 100644 --- a/world/map/npc/013-3/misc.txt +++ b/world/map/npc/013-3/misc.txt @@ -1,6 +1,6 @@ // -013-3.gat,127,68,0|script|Chest|111, +013-3.gat,127,68,0|script|Chest#boring|111, { mes "You can't see any way to open this chest."; close; diff --git a/world/map/npc/013-3/sword_chest.txt b/world/map/npc/013-3/sword_chest.txt index f6b9836e..1bd579e8 100644 --- a/world/map/npc/013-3/sword_chest.txt +++ b/world/map/npc/013-3/sword_chest.txt @@ -1,6 +1,6 @@ // -013-3.gat,177,22,0|script|Chest|111, +013-3.gat,177,22,0|script|Chest#sword|111, { callfunc "ClearVariables"; if (FLAGS & FLAG_HURNSMINE_CHEST) goto L_Finished; |