| This is the transcript of a script file, which runs certain tasks in the game upon execution. |
| Details | |
|---|---|
| Type | Decompiled script |
| Editor ID | ChallengeAbominationSCRIPT
|
| Form ID | 0015EABC |
scn ChallengeAbominationSCRIPT
begin ScriptEffectStart
int rank;
set rank to player.HasPerk AbominationChallengePerk
if (rank < 3)
set rank to (player.addperk AbominationChallengePerk)
showmessage ChallengeMessageAbominable rank
endif
if (rank > 2)
RemoveRecurringFromChallenge NVChallengeAbom
endif
player.RewardXP 50
end