truestiven Posted July 24, 2021 Share Posted July 24, 2021 I trying to make a custom challenge which should be progress ONLY if PC have a buff. Any suggesting of how to make it relatively easily? Link to comment Share on other sites More sharing options...
Ladez Posted July 24, 2021 Share Posted July 24, 2021 I don't think there's a simple way. You could toggle the Start Disabled flag by script (which requires JIP LN), but that flag also hides the challenge if enabled, which is probably undesirable. I also don't know if continually toggling it back and forth works as you might expect. I've never tested it. The only alternative I can see is making it a scripted challenge which can only be incremented by callling IncrementScriptedChallenge. This, of course, places the burden on you to manually increment the challenge where appropriate, meaning you can't take advantage of automatic increments for kills, using consumables and the like. Link to comment Share on other sites More sharing options...
truestiven Posted July 25, 2021 Author Share Posted July 25, 2021 I don't think there's a simple way. You could toggle the Start Disabled flag by script (which requires JIP LN), but that flag also hides the challenge if enabled, which is probably undesirable. I also don't know if continually toggling it back and forth works as you might expect. I've never tested it. The only alternative I can see is making it a scripted challenge which can only be incremented by callling IncrementScriptedChallenge. This, of course, places the burden on you to manually increment the challenge where appropriate, meaning you can't take advantage of automatic increments for kills, using consumables and the like.Thats sucks, but thx for reply, anyways ;) Link to comment Share on other sites More sharing options...
Recommended Posts