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

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