1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// This file is generated automatically. All manually added changes will be removed when running the Converter.
// Map 003-0-3: Superior Courtroom conf
003-0-3,34,37,0 script #003-0-3_34_37 NPC_HIDDEN,{
end;
OnDisable:
OnInit:
delcells "003-0-3_34_37"; end;
OnEnable:
setcells "003-0-3", 34, 37, 34, 37, 1, "003-0-3_34_37";
}
003-0-3,34,23,0 script #003-0-3_34_23 NPC_HIDDEN,{
end;
OnDisable:
OnInit:
delcells "003-0-3_34_23"; end;
OnEnable:
setcells "003-0-3", 34, 23, 35, 23, 1, "003-0-3_34_23";
}
|