Hi,
I am trying to do sort of a recursive thing in construct 2, but couldn't quickly figure out a nice way to do it. What I am trying to implement is Lee's algorithm (http://en.wikipedia.org/wiki/Lee_algorithm) for some simple path finding, and to generate the array I need for the algorithm I'd need a 'recursive function call' kind of behavior.
Is there easy way to implement something like that in construct 2?