From ae194001586f5cc7dc680f56a1aed5c453c7e72d Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 19 Aug 2013 20:06:30 -0700 Subject: Give every NPC a unique name --- world/map/npc/052-2/chest.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'world/map/npc/052-2') diff --git a/world/map/npc/052-2/chest.txt b/world/map/npc/052-2/chest.txt index f1c9872e..59fe8ae4 100644 --- a/world/map/npc/052-2/chest.txt +++ b/world/map/npc/052-2/chest.txt @@ -12,7 +12,7 @@ // 3: player choosed to leave the room //----------------------------------------------------------------------------- -052-2.gat,136,73,0|script|Chest|111, +052-2.gat,136,73,0|script|Chest#illia|111, { set @step, 8; if ($@illia_progress < @step) goto L_ShouldNotBeHere; @@ -139,11 +139,11 @@ L_PrepareLeaving: L_Leave: set @illia_got_rewards, 3; set @illia_current_num_rewards, 0; - addtimer 1000, "Chest::OnMsg1"; - addtimer 4000, "Chest::OnMsg2"; - addtimer 7000, "Chest::OnMsg3"; - addtimer 9000, "Chest::OnFx"; - addtimer 10000, "Chest::OnRing"; + addtimer 1000, "Chest#illia::OnMsg1"; + addtimer 4000, "Chest#illia::OnMsg2"; + addtimer 7000, "Chest#illia::OnMsg3"; + addtimer 9000, "Chest#illia::OnFx"; + addtimer 10000, "Chest#illia::OnRing"; close; OnMsg1: -- cgit v1.2.3-60-g2f50