• 🏆 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!

[General] How do you make a campaign w/ recuring maps?

Status
Not open for further replies.
Level 11
Joined
Jul 7, 2010
Messages
709
^He means.(For Trigger)
  • Next Level Prep
    • Events
    • Conditions
    • Actions
      • -------- Remove Quest Items --------
      • -------- Save Heroes --------
      • Game Cache - Create a game cache from <Your Map>.w3v
      • Game Cache - Store Thrall as Thrall of Demo05 in (Last created game cache)
      • Game Cache - Save (Last created game cache)
      • -------- Enable Missions, Campaigns, Cinematics --------
      • -------- Show custom campaign button for the next level --------
      • Game - Show custom campaign button 3
  • Next Level Run
    • Events
    • Conditions
    • Actions
      • -------- Set Next Level and Victory --------
      • -------- Note that maps are stored with no path within custom campaigns --------
      • Game - Set the next level to <Next Map>.w3m
      • Game - Victory AP1_Player (Show dialogs, Show scores)
  • Victory Cheat
    • Events
      • Player - Player 1 (Red) leaves the game with a victory
    • Conditions
      • GameOver Equal to False
    • Actions
      • Set GameOver = True
      • Trigger - Run Next Level Prep <gen> (checking conditions)
      • Trigger - Run Next Level Run <gen> (checking conditions)
 
Status
Not open for further replies.
Top