D
darkmaster24
Guest
im currently making a campaign but im having a problem. im not sure how to save a hero from the first map and load it a the start of the next map. i thought it was to do with using the game cache but it isnt working. ive read whats on the torturial site but it didnt really help.
map 1 save trigger
Events
Unit - A unit enters finish <gen>
Conditions
(Owner of (Triggering unit)) Equal to Player 1 (Red)
Actions
Game Cache - Create a game cache from illidan.w3v
Game Cache - Store Illidan (Demon Form) 0001 <gen> as illidan of hero in (Last created game cache)
Game Cache - Save (Last created game cache)
Game - Set the next level to illidan camp part 2.w3m
Game - Show custom campaign button 2
Game - Victory Player 1 (Red) (Show dialogs, Skip scores)
map 2 load trigger
Events
Map initialization
Actions
Game Cache - Restore illidan of hero from (Last created game cache) for Player 1 (Red) at (Center of start <gen>) facing 270.00
can anyone help please?
map 1 save trigger
Events
Unit - A unit enters finish <gen>
Conditions
(Owner of (Triggering unit)) Equal to Player 1 (Red)
Actions
Game Cache - Create a game cache from illidan.w3v
Game Cache - Store Illidan (Demon Form) 0001 <gen> as illidan of hero in (Last created game cache)
Game Cache - Save (Last created game cache)
Game - Set the next level to illidan camp part 2.w3m
Game - Show custom campaign button 2
Game - Victory Player 1 (Red) (Show dialogs, Skip scores)
map 2 load trigger
Events
Map initialization
Actions
Game Cache - Restore illidan of hero from (Last created game cache) for Player 1 (Red) at (Center of start <gen>) facing 270.00
can anyone help please?


