enderalse/source/scripts/fs_nq05_hammerwallmarker.psc

18 lines
287 B
Plaintext

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