Frictional Games Forum (read-only)

Full Version: go to next map
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do you make a door or area so you go to the next map?
You can only do that with leveldoors.

Leveldoors have the capacity of loading another Map File. It should be inside the Entity Properties of the door.
Actually you could use an area to go to the next level Tongue

Of using an interact script for the player on the area and use,
ChangeMap(string& asMapName, string& asStartPos, string& asStartSound, string& asEndSound);

that would work for the area Wink