diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-07 01:15:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-07 01:15:29 -0300 |
commit | 794ad296a5750884623d4f5891ad3c1560655708 (patch) | |
tree | 77b806780027f75ec436396413b5e595e7a92bce /npc/functions/gmbot.txt | |
parent | 5d0e494dfe87ef3ff79e307de012318123afa5ce (diff) | |
download | serverdata-794ad296a5750884623d4f5891ad3c1560655708.tar.gz serverdata-794ad296a5750884623d4f5891ad3c1560655708.tar.bz2 serverdata-794ad296a5750884623d4f5891ad3c1560655708.tar.xz serverdata-794ad296a5750884623d4f5891ad3c1560655708.zip |
[skip ci] debug
Diffstat (limited to 'npc/functions/gmbot.txt')
-rw-r--r-- | npc/functions/gmbot.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index 9bd8bba8b..e1b171f3e 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -140,6 +140,10 @@ OnTimer62000: $@MK_AGGRO=0; } + // Debug markers + if ($@GM_OVERRIDE) + debugmes .mp$+" ("+.@x+", "+.@y+"("; + // We're done, restart loop timer initnpctimer; end; |