hmm, i am bad at c++ but what happen if i set DO_GUARD to 0 in scriptcore.cpp?
will the infinite loop check be disabled ?
does it disable other important things?
i fear to rebuild the engine and corrupt all my project with bad things
i just want to remove the infinite loop check i dont care if my logic take 30 second to complete and does 99999999999999 iterations
but i dont want to corrupt my project by disabled important โcheckโ things. by the way is this infinite loop check an important thing to protect my project?