summaryrefslogtreecommitdiff
path: root/npc/025-1/drahcir.txt
blob: 72a3b7c76ab44f227e7547e14e118fb84bd2f122 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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;
    end;
}