diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-06-02 10:18:07 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-06-02 10:18:07 -0400 |
commit | a66a32b24ea8d7cc983f07543f7fa554543dd579 (patch) | |
tree | 59e40988ded6f4c76502cd859f0231f8bf3558be /world/map/npc/functions | |
parent | ab76e47e3f090b29aaba2ec4579e2431a4465d12 (diff) | |
download | serverdata-a66a32b24ea8d7cc983f07543f7fa554543dd579.tar.gz serverdata-a66a32b24ea8d7cc983f07543f7fa554543dd579.tar.bz2 serverdata-a66a32b24ea8d7cc983f07543f7fa554543dd579.tar.xz serverdata-a66a32b24ea8d7cc983f07543f7fa554543dd579.zip |
use npc actions and set title in Numa
Diffstat (limited to 'world/map/npc/functions')
-rw-r--r-- | world/map/npc/functions/superdebug.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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; |