Preventing FastTravel that way seems impossible, even if I set EnableFastTravel 0 1 1 in my UDF handler, it sets restriction correctly, but then I get teleported anyway.. I'm now wondering if SetOnMenuClickEventHandler can be used on map markers? I discovered what map markers are added as a child tiles to World Map image tile, but do they have an id of their own? So if I understand this correctly, registering my function for map clicks would look something like this then - SetOnMenuClickEventHandler myHandlerUDF 1 "MapMenu#4", but is it possible to do so for map marker clicks?