• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Save map load next map

Status
Not open for further replies.
Level 13
Joined
May 5, 2004
Messages
1,330
Öhm, a tutorial, I guess not. e.g. Blizzard needed 725 triggers and more then 8000 variables for chapter1 of the orc-rpg (in the main map)

I think there's another way using save-games, but I dunno how this works exactly (though it didn't work in rotd for me)
 
Level 4
Joined
Sep 11, 2004
Messages
97
they didnt need that many - its quite easy there is a trigger for it the action is in game category
 
Level 5
Joined
Aug 16, 2004
Messages
89
Yeah, I got the same prob.
Btw, if you want to move from map 2 another, use savegame trigger, set a string variable in a game cache and fill it with the place name. Then remove the hero from the game. Set the game's next level and set the game to victory. In the 2nd map, use wait 1 sec for trigger's events. Load the game cache, then load the hero and other things, load the string variable. Then use "If" action to set the place where the hero will start, with the string as condition. I think, this trigger will do.
 
Status
Not open for further replies.
Top