Quote from: monkey_05_06 on Mon 28/10/2013 01:58:22
Short of A-B-A recursion, there's not really any reason why a script function should have to call a function that is defined after it.
Hey Monkey,
I rencently got a stack overflow error...I looked it up on Google and in the AGS forums and it seems those errors can be related to recursive calls? What would be the best way for me check my code to see if I have those, and where?