Ah brilliant stuff, thanks a lot!
That's pretty much what I wanted. One last thing though, let me explain:
My worldmap has several airports, when I hover above them I have a picture pop up that says "Press ... to land/enter city". I intend to have pressing a certain button result in landing and then transfering my player to another map immediately. It's an event that's triggered by event touch (I have a script to make Airship/Event interaction possible).
Only thing is it doesn't really work. If I make the Airship land & transfer automatically upon event/player touch it works perfectly, but when I want to make it happen by branch condition (say by button press) it just doesn't do anything.
Another option was to just land on the airport and use an event that works on player touch to transfer me automatically as soon as my player lands, but that doesn't work "automatically" either, meaning I have to touch it "manually" before it works.
Sorry for the trouble, but it's essential I make this work properly. Thanks!
Edit: Nevermind, I found a solution! Thanks for the support!