diff options
-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, |