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

Plz help

Status
Not open for further replies.
Level 4
Joined
Dec 30, 2008
Messages
41
Well you can Change the quest log thats at the top left of your screen...or you can set your game up like campaign...theres a trigger specially made for it. Also you can make it ping that area and display a text to everyone on your team what you have to do when the time comes.
 
Level 37
Joined
Mar 6, 2006
Messages
9,240
Create quest:

  • Quest Create
    • Events
      • Time - Elapsed game time is 0.00 seconds
    • Conditions
    • Actions
      • Quest - Create a Required quest titled Main Quest with the description This is a main ques..., using icon path ReplaceableTextures\CommandButtons\BTNAmbush.blp
      • Quest - Enable (Last created quest)
      • Quest - Create a quest requirement for (Last created quest) with the description Don't die
      • Quest - Create a defeat condition with the description If you die, you los...
      • Quest - Mark (Last created quest) as Undiscovered
Discover quest:
  • Quest Discover
    • Events
      • Time - Elapsed game time is 10.00 seconds // change this to something else
    • Conditions
    • Actions
      • Quest - Mark (Last created quest) as Discovered // Save created quests to variables, and use the variables instead of "Last created quest)
      • Quest - Display to (All players) the Quest Discovered message: Main Quest - Do so...
      • Quest - Flash the quest dialog button
 
Status
Not open for further replies.
Top