From 45cb15e7d4c8eef70b5dda2b312d14ffd02f66a7 Mon Sep 17 00:00:00 2001 From: Joseph Botosh Date: Wed, 23 Sep 2015 21:44:16 +0300 Subject: fix debug warnings in npc5 script --- npc/test/npc5.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/test') 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, -- cgit v1.2.3-70-g09d2