From 87c2cf5320f52c8a9756b28975f0169d66c26138 Mon Sep 17 00:00:00 2001 From: mekolat Date: Wed, 14 Jan 2015 22:49:52 -0500 Subject: cmdothernpc => donpcevent --- world/map/npc/052-2/lobby.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'world/map/npc/052-2/lobby.txt') diff --git a/world/map/npc/052-2/lobby.txt b/world/map/npc/052-2/lobby.txt index 7b39233c..71dde1f7 100644 --- a/world/map/npc/052-2/lobby.txt +++ b/world/map/npc/052-2/lobby.txt @@ -42,7 +42,7 @@ L_ShouldNotBeHere: L_StartVoices: set $@illia_level_5_progress, 1; - cmdothernpc "#MysteriousVoice", "Start"; + donpcevent "#MysteriousVoice::OnCommandStart"; end; L_ShouldNotBeHere: @@ -121,7 +121,7 @@ OnTimer2000: if ($@illia_level_5_progress != 1) end; npcwarp rand(30,42), rand(32,38), "?"; - cmdothernpc "?", "Talk"; + donpcevent "?::OnCommandTalk"; end; OnTimer3000: @@ -138,7 +138,7 @@ OnTimer3000: setnpctimer 0; set $@illia_lobby_voices_index, 0; set $@illia_level_5_progress, 2; - cmdothernpc "#LuviaShadow", "Invoke"; + donpcevent "#LuviaShadow::OnCommandInvoke"; end; L_Continue: @@ -296,7 +296,7 @@ OnTimer20000: if ($@illia_level_5_progress != 6) end; set $@illia_level_5_progress, 7; - cmdothernpc "#LuviaShadow", "Escape"; + donpcevent "#LuviaShadow::OnCommandEscape"; setnpctimer 0; end; -- cgit v1.2.3-60-g2f50