LUA v2 stack overflow

Started by Rav3n_pl

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.

Tlaloc Lv 1

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.