GetChallengeType
From GECK
A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.
Contents
Description
Returns the type value of a Challenge form.
Syntax
(challengeType:int) GetChallengeType challenge:baseform
Example
GetChallengeType NVChallengeBug
Will return 2. (Kill any in category)
Challenge Types | Value |
---|---|
KillInFormList | 0 |
KillFormID | 1 |
KillInCategory | 2 |
HitEnemy | 3 |
LocationDiscovered | 4 |
UseAnIngestible | 5 |
AcquireAnItem | 6 |
UseASkill | 7 |
DoDamage | 8 |
UseAnIngestibleInFormList | 9 |
AcquireItemInFormList | 10 |
MiscStat | 11 |
Crafting | 12 |
Scripted | 13 |