Anyone know why I cannot load a game but I can change to it? I also looked into the folder I wanted to save the saved games in and it was still empty... anyone have a suggestion for me?
this trigger works to swtich to map 2:
Quote:
West
Events
Unit - A unit enters West <gen>
Conditions
((Triggering unit) is A Hero) Equal to True
Actions
Game Cache - Create a game cache from Test.w3v
Unit Group - Pick every unit in (Units owned by Player 1 (Red)) and do (Actions)
Loop - Actions
Game Cache - Store (Picked unit) as Hero of Hero in (Last created game cache)
Game Cache - Save (Last created game cache)
Unit - Remove (Picked unit) from the game
Game - Display to (All players) the text: Hero Saved...Loadin...
Wait 1.00 seconds
Game - Save game as save\Profile1\Ghost\Test.w3z and change level to Maps\Download\Test\Test2.w3x (Skip scores)
|
But this trigger wont work to get back to map 1 which I told it to save:
Quote:
East
Events
Unit - A unit enters East <gen>
Conditions ((Triggering unit) is A Hero) Equal to True
Actions
Game Cache - Create a game cache from Test.w3v
Unit Group - Pick every unit in (Units owned by Player 1 (Red)) and do (Actions)
Loop - Actions
Game Cache - Store (Picked unit) as Hero of Hero in (Last created game cache)
Game Cache - Save (Last created game cache)
Unit - Remove (Picked unit) from the game
Game - Display to (All players) the text: Hero Saved...Loadin...
Wait 1.00 seconds
Game - Save game as save\Profile1\Ghost\Test2.w3z and load save\Profile1\Ghost\Test.w3z (Skip scores)
|