Hello again.
I am trying to optizime my events in many passes.
I try to add repeated events into functions and so on.
I have this block, there's a number of similar event blocks like these in my events:
Where it examines in more than 1 direction to see if it get a hit.
It may be 2 directions, it may be 4 directions as in the example, and I have a few with 9 directions.
So X-1, X+1, Y-1, Y+1 etc.
Are there any way to combine those into one single event line and pass over the coordinates properly?
(I know, thinking is not my best side sometimes)