GetChallengeProgress
From GECK
A function added by the ShowOff NVSE Plugin.
Contents
Description
Returns the progress the player has made on a certain challenge. Available as a condition.
Syntax
(progress:int) GetChallengeProgress challenge:baseForm
Example
int iProgress let iProgress := GetChallengeProgress NVChallengeAbom
Notes
- If the challenge is beaten...
- ...and is NOT set to "Recurring", will return the max Threshold value.
- ...and is set to "Recurring", will return to 0. Afterwards, will increment as normal.