• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Transporting Units from map to map

Status
Not open for further replies.
Level 1
Joined
Apr 28, 2004
Messages
4
Im trying to make a campaign but I cant seem to work out on how to transfer a unit to another map with its skills and such like the normal campaigns in WC3. Can someone tell me how to do this?
 
Level 13
Joined
Jan 9, 2004
Messages
1,037
You create a Game Cache using the trigger Game Cache - Create Game Cache from MapName.w3x (you can call the game cache anything you want). Then you store the unit in the cache with the Game Cache - Store Unit in (last created game cache). Make sure that you save the cache after you store the information in it (Game Cache - Save (last created game cache). You also have to make sure that somewhere in your map you used the trigger Game - Set Next Level to Map.w3x.
 
Status
Not open for further replies.
Top