diff options
author | Joseph Botosh <rumly111@gmail.com> | 2015-09-23 21:44:16 +0300 |
---|---|---|
committer | Joseph Botosh <rumly111@gmail.com> | 2015-09-23 21:46:19 +0300 |
commit | 45cb15e7d4c8eef70b5dda2b312d14ffd02f66a7 (patch) | |
tree | 20e8333f8bc836578f180280e77f2cb661ce4540 /npc/test | |
parent | 4906c9be232168161614fab7aaea5f9f9ab0ac79 (diff) | |
download | serverdata-45cb15e7d4c8eef70b5dda2b312d14ffd02f66a7.tar.gz serverdata-45cb15e7d4c8eef70b5dda2b312d14ffd02f66a7.tar.bz2 serverdata-45cb15e7d4c8eef70b5dda2b312d14ffd02f66a7.tar.xz serverdata-45cb15e7d4c8eef70b5dda2b312d14ffd02f66a7.zip |
fix debug warnings in npc5 script
Diffstat (limited to 'npc/test')
-rw-r--r-- | npc/test/npc5.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/test/npc5.txt b/npc/test/npc5.txt index 8b5546e3..9978447b 100644 --- a/npc/test/npc5.txt +++ b/npc/test/npc5.txt @@ -6,7 +6,7 @@ function script npc5TestFunc { npctalk getarg(0); - return; + return 0; } test,45,25,0 script npc5 NPC_PLAYER,{ @@ -21,6 +21,7 @@ OnTimer1000: end; OnInit: + // .debug = 1; initmovegraph "topleft", 45, 25, "topright", 55, 25, "bottomright", 55, 34, |