Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
go to next map
larslu Offline
Junior Member

Posts: 30
Threads: 15
Joined: Mar 2011
Reputation: 0
#1
Exclamation  go to next map

How do you make a door or area so you go to the next map?
03-22-2011, 08:20 PM
Find
Viperdream Offline
Member

Posts: 124
Threads: 16
Joined: Jan 2011
Reputation: 0
#2
RE: go to 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.

03-22-2011, 08:27 PM
Find
nkmol Offline
Senior Member

Posts: 252
Threads: 19
Joined: Feb 2011
Reputation: 4
#3
RE: go to next map

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
(This post was last modified: 03-22-2011, 09:26 PM by nkmol.)
03-22-2011, 09:25 PM
Find




Users browsing this thread: 1 Guest(s)