| This is the transcript of a script file, which runs certain tasks in the game upon execution. |
| 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