• 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 problem.

Status
Not open for further replies.

sPy

sPy

Level 22
Joined
Apr 10, 2009
Messages
380
  • Quest
    • Events
      • Map initialization
    • Conditions
    • Actions
      • -------- You could set the quest into variables. --------
      • -------- What are variables? Variables is a thing that stores information --------
      • -------- Let's say you have a PlayStation2. You save games by a memory cards. Variables are something like memory cards. --------
      • -------- Both of them stores data. You get it now? --------
      • -------- Now let's get to work. Firstly, let's create a desired quest. --------
      • -------- To make it'll be available for later use, you store it in a quest-type variable. Look below --------
      • Quest - Create a Required quest titled Example with the description -Text-, using icon path ReplaceableTextures\CommandButtons\BTNAmbush.blp
      • Set Quest[1] = (Last created quest)
      • -------- What is "Last Created Quest"? It means the latest quest. So, we store the latest quest into a variable for now. --------
      • Quest - Create a Required quest titled Example 2 with the description -Text-, using icon path ReplaceableTextures\CommandButtons\BTNAmbush.blp
      • Set Quest[2] = (Last created quest)
      • -------- So when you want to use it, we just pick from the variables --------
      • Quest - Create a quest requirement for Quest[1] with the description - Your Conditions
      • Quest - Create a quest requirement for Quest[2] with the description - Your Conditions
More info about Variables
 
Status
Not open for further replies.
Top