My test map almost complete, I only need to know what is the teleport command in icarus to another bsp map ? So I want to teleport to an another map after I kill an npc, I think I need to add a deathscript but I don't know the command for the teleport in icarus, or is there an another way to teleport after I kill the npc ? Edit: I solved with this: I added the NPC_target to my npc and I spawned a target_level_change to my map and I targeted this to the npc, so when I kill the npc the player's level will change.