you guys might know the black knight created by Murrer well i have made a blue knight cuase black is cool but blue is my fav color

so i made a blue knight without all those scripts just mobile and the items he drops oh and he dosnt mount a horse i didnt make a mount for it but you can if u want i guess here a way u can add a mount:
Code:
//Horse MountName = new MountName();
//horse.Hue = #;
//horse.Hits = #;
//horse.Karma = #;
//MountName.Rider = this;
new MountName().Rider = this;
in mount name you have to put the creature of the mount name make sure you do it on
Code:
[Constructable]
public BlueKnight() : base( AIType.AI_Melee, FightMode.Closest, 10, 1, 0.2, 0.4 )
{
If your having any trouble dont bother to ask

i will try to help u as much as i can hope you guys like this script ^^ and oh yah murrer thanks for the black knight i did get some codes from there

enjoy everyone
