4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
337 B

Scriptname FS_NQ01_TelekinesisCheatBoxSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
if akActionRef == PlayerREF && FS_NQ01_TelekinesisCheatBox.IsEnabled()
FS_NQ01_TelekinesisCheatBox.Disable()
EndIf
EndEvent
ObjectReference Property FS_NQ01_TelekinesisCheatBox Auto
Actor Property PlayerREF Auto