Recursion levels
After rewriting my bot script from the ground up to work around the damned "GameUI_LaunchShipFail_BindTarget_Unknown" errors, I'm now getting an error message after 7-8 hours that goes:
"Auto IT recursion level has been exceeded"
And it closes down.
I know that this means I have it in a logical loop, and I do. I'm wondering if anyone knows how to trace exactly where the issue comes into play, and how to fix it.
The code is quite long, and WAY too big to post in a topic here (891 lines, and well over 25,000 characters)
I've put about 4 weeks into making it and tweaking it, and trying to get it ready for public release. It's finally getting close, but I'd like to get this error straightened out first.
Anyone?