Fallout Wiki
Fallout Wiki
Details
Type Decompiled script
Editor ID ChallengeMutantScript
Form ID 0015EABA

scn ChallengeMutantScript
begin ScriptEffectStart
int rank;
set rank to (player.HasPerk MutantChallengePerk)
if (rank < 3)
        set rank to (player.addperk MutantChallengePerk)
        showmessage ChallengeMessageMutant rank
endif
if (rank > 2)
        RemoveRecurringFromChallenge NVChallengeMutantMassacre
endif
player.RewardXP 50
end