// 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;
}