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
How can I make an area for a mapchange?
Rownbear Offline
Member

Posts: 157
Threads: 13
Joined: Apr 2011
Reputation: 2
#12
RE: How can I make an area for a mapchange?

void OnStart()
{

AddEntityCollideCallback("Player", "toLatrine", "to_Latrine", false, 1);
}

void toLatrine(string &in asParent, string &in asChild, int alState)

{
ChangeMap("Latrine", "PlayerStartArea_1", "", "");
}

they don't match

06-23-2011, 03:10 AM
Find


Messages In This Thread
RE: How can I make an area for a mapchange? - by Rownbear - 06-23-2011, 03:10 AM



Users browsing this thread: 1 Guest(s)