Fallout Wiki
Fallout Wiki
Details
Type Decompiled script
Editor ID AmbushVolume
Form ID 001330F6

This script is used for the feral ghoul ambushes when they come out of the walls in Vault 34.

SCN ambushVolume
BEGIN onTriggerEnter player
        REF myLink
        SET myLink to getLinkedRef
        myLink.enable
        mylink.startCombat player
END