From a66a32b24ea8d7cc983f07543f7fa554543dd579 Mon Sep 17 00:00:00 2001 From: mekolat Date: Tue, 2 Jun 2015 10:18:07 -0400 Subject: use npc actions and set title in Numa --- world/map/npc/functions/superdebug.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'world/map/npc/functions') diff --git a/world/map/npc/functions/superdebug.txt b/world/map/npc/functions/superdebug.txt index b9f067de..5654dd4c 100644 --- a/world/map/npc/functions/superdebug.txt +++ b/world/map/npc/functions/superdebug.txt @@ -3,9 +3,13 @@ function|script|SuperDebug { + if(@from_npc) goto L_Main; + npcaction 6, 12; + title "Numa"; goto L_Main; L_Main: + set @from_npc, 0; mes "[Numa]"; mes "How may I help you?"; next; -- cgit v1.2.3-60-g2f50