|Sutats|
Initiate
I'm attempting to add clothing to a personal housebound pet trainer, this is what im using to add the trainers clothing
"
}
public override void InitOutfit()
{
base.InitOutfit();
AddItem(new StaffRobe( 2500 ));
AddItem(new Lantern( 2063 ));
}
"
but I get this error message when I try
"Server.Mobiles.SutatsTrainer.InitOutfit()': no suitable method found to override."
Any and all help is appreciated.
"
}
public override void InitOutfit()
{
base.InitOutfit();
AddItem(new StaffRobe( 2500 ));
AddItem(new Lantern( 2063 ));
}
"
but I get this error message when I try
"Server.Mobiles.SutatsTrainer.InitOutfit()': no suitable method found to override."
Any and all help is appreciated.