test game will not work, even if i make the folder, build the project, just wont work.

Simple way to create an old-school First Person Shooter! Free version! · By
Sorry! I use a translation program, and unfortunately it doesn't translate as it should!So, I thought I'd let the developer know in case he doesn't know about this...If you know about it, fix it, if not, send me a Private Message and I'll explain it to him, but not here! If I write the solution here now, it could ruin his "business".
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
You can find most of it in the EFPS wiki
https://ragnarrandom.com/uefpsew/index.php/Old_Manual_Scripting
So again, has anyone else problems with the Teleport command?
I tried different maps, scripts, even started a new project but everytime i get the same results.
Player steps on Trigger, game freezes.
The Script again:
player teleport 22 14 1
map return
The map is empty beside of the floor, the trigger and the Spawnpoint.
The last Version has the best options to make your game look good (more options for custom modifiers, lights and entities on different floors). But Triggers don´t work right.
The Version before works the best, most things work as intended but you don´t have the better custom modifiers and all entities work on just one 2D plane (floor 1).