summaryrefslogtreecommitdiff
path: root/npc/test/test2.txt
blob: fdc6f847071de71349811014defef57b334a94db (plain) (blame)
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;
}