diff options
Diffstat (limited to 'npc/test/test2.txt')
-rw-r--r-- | npc/test/test2.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/npc/test/test2.txt b/npc/test/test2.txt deleted file mode 100644 index fdc6f847..00000000 --- a/npc/test/test2.txt +++ /dev/null @@ -1,13 +0,0 @@ -// Evol scripts. -// Author: -// 4144 -// Description: -// script tests - -test,12,5,0 script test2 NPC_HAT_BOX,{ - close; - -OnInit: - .walkmask = 4; - end; -} |