summaryrefslogblamecommitdiff
path: root/npc/test/test2.txt
blob: 6870463c781fde03b703fa9efebee12102c2ca59 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                             
// Evol scripts.
// Author:
//    4144
// Description:
//    script tests 

test,12,5,0	script	test2	NPC_HAT_BOX,{
    close;

OnInit:
    .walkmask = 4;
    end;
}