Got something in the scripting changed?
I used a simple script in my Hub Level, to teleport the Player to different points on the map.
It allways worked, but after converting the maps it just crashes the game.
Script:
if $global.value == 1 {
player teleport 4 22
}
if $global.value == 2 {
player teleport 19 4
player rotation 0 180
}
map return