Fallout Wiki
Fallout Wiki
Details
Type Decompiled script
Editor ID CampSearchlightEdwardsFindsAstorScript
Form ID 00146612

This script is attached to a trigger volume at Camp Searchlight, near the town or Astor's patrol route. It manages an interaction between Private Edwards, a ghoulified NCR trooper, and First Sergeant Astor, advancing the quest We Will All Go Together when Edwards enters the trigger area under specific conditions.

scn CampSearchlightEdwardsFindsAstorScript
SHORT doOnce
Begin onTriggerEnter EdwardsREF
        if VMS43a.EdwardsToAstor == 1 && doOnce == 0
                SetStage VMS43a 21
                Set doOnce to 1
                EdwardsREF.evp
        Endif
End