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

Help - with a Repeatable quest

Status
Not open for further replies.
Level 2
Joined
Sep 21, 2015
Messages
15
Ok so i have some quests and i can make them repeatable but let's say i set the kill count to 10. Alright well after i've killed 10 of a target unit and turn in. i re-trigger the first part of the quest again, rinse and repeat only the next time around it works, but with an issue of the kill count not resetting. so if i have already did the quest once and it said 10/10 killed, the next time around it will say 11/10---12/10-- and so on. How do i reset the kill count back to 0 so that it will start counting the kills over.
 

Ardenian

A

Ardenian

Just add a condition 'KILL_COUNT_VARIABLE Smaller than 10' as the If in a If-Then-Else,
Then is the 'KILL_COUNT_VARIABLE = KILL_COUNT_VARIABLE +1'
and as Else you create the action 'set KILL_COUNT_VARIABLE = 1'
 
Status
Not open for further replies.
Top