• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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