• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

quest question

Status
Not open for further replies.
Level 5
Joined
Jul 11, 2007
Messages
152
You need to look into the triggers
Quest - Create a Required/Optional Quest, and then fill in the info
then when they finish that, trigger another or more quest(s) to become revealed to make it a chain.
 
Level 9
Joined
May 28, 2007
Messages
365
Yes, if you are using Add Quests then all players will be able to see it. I think if you use Game Display Text to a single player, and have a variable for each player (an Integer), when the player completes a quest make the variable go up by 1.

You'd also have to make a command like a typed command or a dummy spell that when it's used, it'll display the quest objectives.

Lastly make 5 triggers that would like like this

Event -
When Player 1 casts or types whatever

Action -
If [ variable ] == 1 then
Display Game Text for P1 "... The quest objectives"

If [ variable ] == 2 then
Display Game Text for P1 "... The quest objectives of 2nd part"

If [ variable ] == 3 then
Display Game Text for P1 "... The quest objectives of 3rd part"
 
Status
Not open for further replies.
Top