AngaTrigPressurePlate01SCRIPT
Editor ID:AngaTrigPressurePlate01SCRIPT
Form ID:0004D14D
Type:Object
Script:scn AngaTrigPressurePlate01SCRIPT
; Activates trap linked as Parent
short activated
begin gameMode
if activated == 0
if getDistance player < 64
playGroup forward 1
AngaSecretWall02REF.playgroup forward 0
set activated to 1
endif
endif
end