Yeah, I got the same prob.
Btw, if you want to move from map 2 another, use savegame trigger, set a string variable in a game cache and fill it with the place name. Then remove the hero from the game. Set the game's next level and set the game to victory. In the 2nd map, use wait 1 sec for trigger's events. Load the game cache, then load the hero and other things, load the string variable. Then use "If" action to set the place where the hero will start, with the string as condition. I think, this trigger will do.