Fallout Wiki
Fallout Wiki
Details
Type Decompiled script
Editor ID ChallengeKaboomSCRIPT
Form ID 0015EAAF

scn ChallengeKaboomSCRIPT
begin ScriptEffectStart
        player.RewardXP 50
        UnlockChallenge NVChallengeKaboomPow
        if (GetChallengeCompleted NVChallengeShootEmUp)
                if (GetChallengeCompleted NVChallengeEnergetic)
                        if (GetChallengeCompleted NVChallengeUpClose)
                                if (GetChallengeCompleted NVChallengeFistful)
; AddAchievement 23
                                endif
                        endif
                endif
        endif
end