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
Maps change other maps
Putmalk Offline
Senior Member

Posts: 290
Threads: 13
Joined: Apr 2012
Reputation: 15
#2
RE: Maps change other maps

SetGlobalVarInt function should do the trick.

Set the variable in level_4, and in level_2, do a check:

if(GetGlobalVarInt("variable") == 1)
{
//do stuff
}

05-14-2012, 02:23 AM
Find


Messages In This Thread
Maps change other maps - by lllDash - 05-14-2012, 01:34 AM
RE: Maps change other maps - by Putmalk - 05-14-2012, 02:23 AM
RE: Maps change other maps - by FragdaddyXXL - 05-15-2012, 12:40 AM
RE: Maps change other maps - by lllDash - 05-17-2012, 03:11 PM
RE: Maps change other maps - by Putmalk - 05-17-2012, 03:33 PM
RE: Maps change other maps - by lllDash - 05-18-2012, 05:58 PM
RE: Maps change other maps - by FragdaddyXXL - 05-18-2012, 08:34 PM
RE: Maps change other maps - by lllDash - 05-18-2012, 11:42 PM
RE: Maps change other maps - by lllDash - 05-20-2012, 12:15 AM
RE: Maps change other maps - by FragdaddyXXL - 05-20-2012, 01:58 AM



Users browsing this thread: 1 Guest(s)