From b6bdf656aa6ed2ebbf855a03ec03eabd24179b08 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 5 Oct 2015 19:42:22 +0300 Subject: Add initial script tests and add test1 and test2 npcs for this. --- npc/test/test2.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 npc/test/test2.txt (limited to 'npc/test/test2.txt') diff --git a/npc/test/test2.txt b/npc/test/test2.txt new file mode 100644 index 00000000..1afab34e --- /dev/null +++ b/npc/test/test2.txt @@ -0,0 +1,13 @@ +// Evol scripts. +// Authors: +// 4144 +// Description: +// script tests + +test,12,5,0 script test2 NPC_HAT_BOX,{ + close; + +OnInit: + .walkmask = 4; + end; +} -- cgit v1.2.3-60-g2f50