I wanted to create an all-in-one taming that encompasses the core of taming from start to finish and this is the results. The configuration variables should be easy enough to understand but there is a pitful to this when it comes to the small taming window. You may do actions inside the "You start to tame this creature" window but if you have a spell charged it will target the creature so if it's a dragon you will attempt to heal it. There isn't a way to target.cancel the cursor yet so just be mindful of that window otherwise it can mess the script sequence up "Personally I just stop all scripts if I think its going to happen". Hit me up on discord if you have any issues or bugs. - - - - - V3.1 Added some variables and script for an ignore creature cache to kill a mob that has exceeded the maximum tame attempts. The last tame of a mob is the best possible tame you can find so please kill it off - V3.2 Added a way to add custom names for people who have pets that follow them around so it doesn't spam "Already Tamed" - V3.3 Added control logic for "You can't tame that creature" and "That creature looks already tamed" Also cleaned up the logic loop for spamming multiple attempts of taming against those targets so should only show once - V3.3a changed a possible line error V3.6 a hotfix to add a different check for creature has been tamed by looking at follower count instead of system message, I don't like this way but it works for now V3.7 Changed how ignorelists work to try and better suit players who are not just wandering around... V3.71 Added Variable controls for ping so people can personally adjust what they need if they get timeouts V3.73 Cleaned Up some variables and added journal entry check for 2 many followers with message print V3.74 Added a variable to turn off perm ignore list when taming and added "That wasn't even challenging" as a trigger to text V3.75 Reverted back to system message "It seems to accept you as master" as the trigger for a successful tame instead of follower counts.