Rav3n_pl Lv 1
It is happen in my Void Killer script I have ported to V2 LUA.
Code is exact same as for v1, only different "doers" are called.
Attaching screen.
It is happen in my Void Killer script I have ported to V2 LUA.
Code is exact same as for v1, only different "doers" are called.
Attaching screen.
I need a copy of the script. Can you send me the source so I can track this down?
Code in attachment.
There is a bug in the script that is causing this error. Under some circumstances, SaveRB is calling SaveBest, which is calling SaveRB again. This infinite recursion eventually blows the stack and gives this error.
Oops!
Need rewrite that part.
Thanks for help catching it :)