blob: 26bb2d9a84e09898d028a87a028217cebc936023 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// TMW-2 Script.
// Author:
// +Seeds
// Jesusalva
006-2-1,41,66,0 script Chirp NPC_PIOU_BANKER,{
Banker(.name$, "Piou Isles", 8000);
close;
OnInit:
.sex = G_OTHER;
.distance = 4;
.bankId = RegisterBank("Piou Isles", 0);
end;
}
|