Another way would be to join the two inverted conditions into one event. (putting conditions together is like using 'and')
That way the order doesn't matter...
Thanks, this works perfect!
Can you maybe explain why my way didn't work?
Your original way did not work because for example: player can be overlapping the cave_top at the same time as NOT overlapping the cave_bottom..
as you said, they were overriding