Check the 7th line. I want to do a trigger about "X qualifier overlaps X qualifier", so 2 object overlaps from the same qualifier.
I did add an other qualifier to all these objects, and make one's AltvalA to 1, and the other to 0. This is in the 3rd line.
Neither works.
2nd and 6th lines seems to do the same thing no?
from what I understood u want to do a condicion about qualifier X overlaping another X qualifier, why don't u use overlaps condicion then? u seems to using the 'collision between'.
I don't understand.
Are you trying to test for a collision between two specific instances of the same qualifier, or just any two objects?
What are the actions you're trying to trigger?
You should be able to just say: if qualifier overlaps qualifier.
If that doesn't work, then it's because of something else you're doing.
How about you show us the actual code - actions included?
here's the mfa.
I hope you will understand how I think it will work.
It's gonna be that kind of board game, where is a hole, and you have to "solve a picture".
The vertical movements are implemented in my mfa yet.