GetChallengeProgress

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin.

Description

Returns the progress the player has made on a certain challenge. Available as a condition.

Syntax

[help]
(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.

See Also