Any way to identify which objects call a script?

banshee911

First time out of the vault
I'm trying to find out which objects call a script... like this one that shows up during the vault escape quest

[spoiler:0520025680]Scn CG04SecretDoorSCRIPT

Begin OnActivate
if IsActionRef Player == 1
; messageBox "Pretend you can't activate this door. Pretend it's secret."
else
Activate
endif
End [/spoiler:0520025680]
 
Back
Top