• 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.

Game Chache

Status
Not open for further replies.
Level 7
Joined
Feb 10, 2011
Messages
133
Hello,
I have a problem. I am working on a custom campaign and I would like to move my hero from one map into another. I looked up for tutorials how to use Game Caches but it didn't help. My problem is that the hero won't show in the other map. I don't even know if the problem is that the hero fails to save or load.
Does anyone know how to make it work?

[trigger=Save]Save
Events
Conditions
Actions
GameCache - Create a game cache from Cache.w3v
GameCache - Store Hero as Hero of Hero in (Last created game cache)
GameCache - Save (Last created game cache)
Wait 1.00 seconds
Game - Show custom campaign button 2
Game - Set the next level to Next level.w3x
Game - Victory Player 1 (Red) (Show dialogs, Show scores)[/trigger]

[trigger=Load]Load
Events
Conditions
Actions
GameCache - Create a game cache from Cache.w3v
GameCache - Restore Hero of Hero from Cache for Player 1 (red) at (Region) facing (angle)
Set Hero = (Last restored unit)[/trigger]
 
Status
Not open for further replies.
Top