summaryrefslogtreecommitdiff
path: root/world/map/npc/052-2/lobby.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/052-2/lobby.txt')
-rw-r--r--world/map/npc/052-2/lobby.txt8
1 files changed, 4 insertions, 4 deletions
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;