Fallout Wiki
Fallout Wiki
Details
Type Decompiled script
Editor ID ChallengeAnimalSCRIPT
Form ID 0015EABB

scn ChallengeAnimalSCRIPT
begin ScriptEffectStart
int rank;
set rank to player.HasPerk AnimalChallengePerk
if (rank < 3)
        set rank to (player.addperk AnimalChallengePerk)
        showmessage ChallengeMessageAnimalControl rank
endif
if (rank > 2)
        RemoveRecurringFromChallenge NVChallengeAnimalControl
endif
player.RewardXP 50
end