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
Ending map with a note
A Tricky Carnie Offline
Member

Posts: 72
Threads: 15
Joined: Sep 2011
Reputation: 0
#6
RE: Ending map with a note

I did that on one of my maps, it went like this:

Quote:{
SetEntityPlayerInteractCallback("note_4", "Note_mapchanger", true);
}
void Note_mapchanger(string &in asEntity)
{
ChangeMap("map6.map", "PlayerStartArea_1", "", "");}

10-18-2011, 08:50 PM
Find


Messages In This Thread
Ending map with a note - by i3670 - 10-17-2011, 05:17 PM
RE: Ending map with a note - by Elven - 10-17-2011, 05:38 PM
RE: Ending map with a note - by schmupper - 10-17-2011, 05:38 PM
RE: Ending map with a note - by i3670 - 10-17-2011, 05:59 PM
RE: Ending map with a note - by schmupper - 10-17-2011, 09:10 PM
RE: Ending map with a note - by A Tricky Carnie - 10-18-2011, 08:50 PM



Users browsing this thread: 1 Guest(s)