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

[Trigger] Campaign Button doesn't show

Status
Not open for further replies.
Level 9
Joined
Dec 25, 2008
Messages
110
So, I have the following trigger, which is the victory/advance to next chapter trigger for my campaign. Anyone have any idea why it doesn't show the next campaign button on the campaign screen? NOTE: The next chapter loads as expected.


  • Victory_Player
    • Events
    • Conditions
    • Actions
      • Game - Set the next level to Chapter2.w3x
      • Game - Show campaign button 2
      • Game - Victory Player 2(Blue) (Show dialogs, Show scores)
      • Trigger - Turn off (This Trigger)
 
Level 25
Joined
May 11, 2007
Messages
4,651
I checked out the democampaign.w3n, and it looks the same so I dunno. Are the button IDs in the campaign - loading screen menu the same as the one you're trying to show?
  • Actions
    • -------- Set Next Level and Victory --------
    • -------- Note that maps are stored with no path within custom campaigns --------
    • Game - Set the next level to Demo04.w3m
    • Game - Victory AP1_Player (Show dialogs, Show scores)
 
Status
Not open for further replies.
Top