I'm trying to do a Sub map for my map but I want to be able to exit and go back out of the submap after. Looking at this what have I done wrong. Please Help. My rep is magic.
Also I made a really detailed map with Ult Terriain Editor can I not use that on a campaign? It always just starts up then goes black soon after.
-
Go to Center City
-
Events
-
Unit - A unit enters To CC <gen>
-
-
Conditions
-
((Triggering unit) is A Hero) Equal to True
-
-
Actions
-
Set LeftFromMap = 1
-
Game Cache - Clear all labels of Units in CommonCache
-
Game Cache - Store (Entering unit) as Hero of Units in CommonCache
-
Game Cache - Store (Life of (Entering unit)) as HeroLife of Units in CommonCache
-
Game Cache - Store (Mana of (Entering unit)) as HeroMana of Units in CommonCache
-
Game Cache - Store LeftFromMap as LeftFromMap of Variables in CommonCache
-
Game Cache - Store Map2NewGame as Map2NewGame of Variables in CommonCache
-
Game Cache - Save CommonCache
-
Unit - Remove (Entering unit) from the game
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Map2NewGame Equal to True
-
-
Then - Actions
-
Game - Save game as save\World Map.w3z and change level to Warcraft III\Maps\TLS\Center City.w3x (Skip scores)
-
-
Else - Actions
-
Game - Save game as save\World Map.w3z and load Warcraft III\Maps\TLS\Center City.w3z (Skip scores)
-
-
-
-
Also I made a really detailed map with Ult Terriain Editor can I not use that on a campaign? It always just starts up then goes black soon after.
Last edited: