Damn i am beginning regretting the freedom of code :'(
So among to the inexistence of "disable collisions with" function, "set origin point to" function comes a third issue.
It's about or blocks.
Basically I want to use or blocks in addition to an existing condition.
Like
I have this:
-If woman overlapping with zone 1
-And if boy overlapping zone 2 -----> woman move to boy
But i want this
-If woman overlapping with zone 1
-And if: *boy overlapping zone 2 -----> woman move to boy
OR*boy overlapping zone 3
OR*boy overlapping zone 4
Sub events do not work
I am forced to do the same condition for each zone. There are. 9 zones. So 9*9=81conditions...sweet