Good script. Works better if you make control slot to 0 and make it release itself after taming is done
put inside constructor:
ControlSlots = 0;
add below m_Creature.SetControlMaster( m_Tamer );:
                     m_Creature.SetControlMaster( null );
                     m_Creature.Controlled = false;
 
Back