I am making a game in which you start in one "main" map, and through this map you can access other maps, and in each of those maps you need to complete quests and once you have finished all of the quests in the small maps you win (or something). It is basically the same concept as the Super Mario games where you collect stars.
Anyway, I'm having trouble with the whole "switching maps" process. When you go from the main map to a small map, I am using the trigger "Game - Save Game as <something> and change level to <small map>", with the idea that once you're done with the small map I will use the trigger "Game - Load <something>" in order to return to the main map.
Now, going from the main map to the small map works fine already, but when I try to go back something goes wrong. Usually, the game refuses to even respond to my trigger (in the testing phase I'm using "Player types a chat message" as the event for the trigger), which is very strange, and I haven't been able to figure out why it acts this way.
Sometimes though, the trigger does run, but then it doesn't load the saved game as it is supposed to, it just returns to the Warcraft menu.
If anyone has any idea as to why these things happen, I would greatly appreciate your assistance. Or, if you know of any other way to switch between maps, I'd also be listening.
Anyway, I'm having trouble with the whole "switching maps" process. When you go from the main map to a small map, I am using the trigger "Game - Save Game as <something> and change level to <small map>", with the idea that once you're done with the small map I will use the trigger "Game - Load <something>" in order to return to the main map.
Now, going from the main map to the small map works fine already, but when I try to go back something goes wrong. Usually, the game refuses to even respond to my trigger (in the testing phase I'm using "Player types a chat message" as the event for the trigger), which is very strange, and I haven't been able to figure out why it acts this way.
Sometimes though, the trigger does run, but then it doesn't load the saved game as it is supposed to, it just returns to the Warcraft menu.
If anyone has any idea as to why these things happen, I would greatly appreciate your assistance. Or, if you know of any other way to switch between maps, I'd also be listening.