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!
You know the Bonus Campaign in Warcraft 3 TFT witch is actually RPG? Yes that! How do i make those ways to another map? I enter cave and it leads me to another map, how do i do that?
Sorry for double post, but it wont let me save without some notice idk, but letters are blue on map. And i cannot play it it says unused maps.. what does that mean?
Did you specify the next map that should load? and before you load, save every unit from the previous map so when your unit goes out of the cave, load them and continue on everything else.
[trigger=]
Next Scene
Events
Unit - A unit enters (Cave)
Conditions
((Entering unit) is A Hero) Equal to True
Actions
-------- Set The Variables --------
Set HeroGroup = (Units within 500.00 of (Position of (Entering unit)) matching ((Owner of (Matching unit)) Equal to (Owner of (Entering unit))))
Game Cache - Create a game cache from MapName.w3v
Set GameCache = (Last created game cache)
-------- Get The Data --------
Unit Group - Pick every unit in HeroGroup and do (Actions)
Loop - Actions
Game Cache - Store (Picked unit) as HeroGroup of HeroGroup in GameCache
Game Cache - Store (Picked unit) as HeroGroup of HeroGroup in GameCache
-------- Save The Game Cache --------
Game Cache - Save GameCache
-------- Load The Map --------
-------- "Map/MapName.w3m" must be a valid map file! --------
Game - Set the next level to Maps\MapName.w3m
[/trigger]
And at the next map, you should load the game cache.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.