Achievement Logic Features
There are several tools and options available to a developer. Knowing how to properly utilize them will improve the quality of your sets. These tools/options can be used in the Achievement Editor:
For more help regarding these, our Discord server is always open for assistance.
Here is the list of features available:
Combining Flags:
ResetIf
andPauseIf
can be applied to a condition following any number ofAddHits
,AddSource
, orSubSource
conditions. Going back to theAddSource
example above, ifResetIf
were applied to condition 2, the achievement would reset because1 + 2 > 0
.