From b76aa9a8c409754b310a464a6314d7f15abf88df Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 10 Feb 2019 01:42:26 -0200 Subject: [skip ci] clear memory --- npc/005-1-1/main.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/npc/005-1-1/main.txt b/npc/005-1-1/main.txt index 1df09f8a1..43fa5f2cc 100644 --- a/npc/005-1-1/main.txt +++ b/npc/005-1-1/main.txt @@ -189,7 +189,9 @@ OnFinish: deltimer("Nylo#Marggo::OnFinish"); .@trueratio=100*getarraysize(@DESTROYED)/169; .@ratio=100-.@trueratio; - debugmes l("Player lost @@ crops", getarraysize(@DESTROYED)); + debugmes("Player lost %d crops", getarraysize(@DESTROYED)); + deletearray(@DESTROYED); + mesn l("Nylo"); mes l("You managed to save @@ % of my crops!", .@ratio); next; -- cgit v1.2.3-70-g09d2