blob: be8dfe75368e3464ec4f3b7364643e3ed91afd01 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// TMW2 scripts.
// Author:
// Jesusalva
// Description:
// Drahcir is Richard spelled backwards
025-1,167,61,0 script Drahcir NPC_LLOYD,{
Banker(.name$, "Fortress Town", 2000);
close;
OnInit:
.sex = G_MALE;
.distance = 5;
.bankId = RegisterBank("Fortress Town", 19);
end;
}
|