WhiteWolf
Member
Hello All
I am trying to custom my NPC'S to loot body's and then Equated if its batter then what they have on.
I got it to loot but its not looting all items at ones
public override bool CanRummageCorpses{ get{ return true; } }
But cant get the Auto Equated right
base.OnThink();
EquipItem(new WarAxe());
All that do is Spawn the item in there hand.
Any ideas
Thanks for looking
I am trying to custom my NPC'S to loot body's and then Equated if its batter then what they have on.
I got it to loot but its not looting all items at ones
public override bool CanRummageCorpses{ get{ return true; } }
But cant get the Auto Equated right
base.OnThink();
EquipItem(new WarAxe());
All that do is Spawn the item in there hand.
Any ideas
Thanks for looking