Scriptname _00E_BlockActivationForOthersSC extends Actor Event OnInit() Self.BlockActivation(True) EndEvent Event OnActivate(ObjectReference akActionRef) if akActionRef == PlayerREF Self.Activate(akActionRef, True) EndIf EndEvent Actor Property PlayerREF Auto