• 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 Cache help

Status
Not open for further replies.
Level 4
Joined
Aug 2, 2007
Messages
69
All I'm doing is trying to store one unit from map a and bring it to map b. I'm using the following triggers but they don't seem to work.


  • Main Quest Complete 3
    • Events
      • Unit - A unit enters Unload Ryzok <gen>
    • Conditions
      • (Triggering unit) Equal to Kid Ryzok 0010 <gen>
    • Actions
      • -------- Create Game Cache --------
      • Game Cache - Create a game cache from MR_1.w3v
      • Set GameSave = (Last created game cache)
      • Game Cache - Store Kid Ryzok 0010 <gen> as Kid_Ryzok of Units in GameSave
      • Game Cache - Save GameSave
      • Game - Set the next level to The Trial of Dexterity.w3x
      • Wait 1.00 seconds
      • Game - Victory Player 11 (Dark Green) (Show dialogs, Show scores)
  • Load MR1
    • Events
      • Time - Elapsed game time is 0.01 seconds
    • Conditions
    • Actions
      • Game Cache - Create a game cache from MR_1.w3v
      • Set GameSave = (Last created game cache)
      • Game Cache - Restore Kid_Ryzok of Units from GameSave for Player 11 (Dark Green) at (Center of Test <gen>) facing 0.00
      • Set KidRyzok = (Last restored unit)
any help?
 
Status
Not open for further replies.
Top