Hey... im trying to make a campaign, and im having some troubles with game cache from one map to another...
Map 1 triggers (save):

And so on to the second question about campaigns:
How can i make it so that when u finish Map 1, you go directly to Map 2 instead of entering the menu in between?
if you need more information to help me, just say what kind you need
also: not that i just copied the trigger as text, since im not experienced with triggers on the forum
Map 1 triggers (save):
-
Stone Exit Test
-
Events
-
Unit - A unit enters Stone Exit <gen>
-
-
Conditions
-
(Entering unit) Equal to Player
-
-
Actions
-
Game - Display to (All players) the text: Saving...
-
Game Cache - Create a game cache from Map 1.w3v
-
Set GameCache = (Last created game cache)
-
Game - Show custom campaign button 2
-
Game Cache - Store Player 0073 <gen> as HERO of CATEGORY in GameCache
-
Game Cache - Save GameCache
-
Game - Victory Player 1 (Red) (Show dialogs, Skip scores)
-
-
-
Melee Initialization
-
Events
-
Map initialization
-
-
Conditions
-
Actions
-
Game Cache - Create a game cache from Map 1.w3v
-
Game Cache - Restore HERO of CATEGORY from (Last created game cache) for Player 1 (Red) at (Center of (Playable map area)) facing 0.00
-
-
And so on to the second question about campaigns:
How can i make it so that when u finish Map 1, you go directly to Map 2 instead of entering the menu in between?
if you need more information to help me, just say what kind you need
also: not that i just copied the trigger as text, since im not experienced with triggers on the forum