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












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

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

OnInit:
    .walkmask = 4;
    end;
}