diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/npcmovegraph.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/functions/npcmovegraph.txt b/npc/functions/npcmovegraph.txt index f5ae9240..c33ebbfc 100644 --- a/npc/functions/npcmovegraph.txt +++ b/npc/functions/npcmovegraph.txt @@ -173,6 +173,11 @@ function script execmovecmd { deletearray .@cmd$[0], 1; npctalk implode(.@cmd$, " "); } + else if (.@cmd$[0] == "debugmes") + { + deletearray .@cmd$[0], 1; + debugmes implode(.@cmd$, " "); + } else if (.@cmd$[0] == "flags") { set getvariableofnpc(.mg_flags, strnpcinfo(3)), axtoi(.@cmd$[1]); |