15 lines
405 B
Plaintext
15 lines
405 B
Plaintext
|
Scriptname _00E_FS_NQR03_RhalataCheckBoxSC extends ObjectReference
|
||
|
|
||
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
||
|
|
||
|
if akActionRef == PlayerREF && !PlayerREF.WornHasKeyword(FS_NQR03_RhalataClothing)
|
||
|
FS_NQR03.ModDistrust(10)
|
||
|
EndIf
|
||
|
|
||
|
Game.EnablePlayerControls()
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
_00E_FS_NQR03_Functions Property FS_NQR03 Auto
|
||
|
Actor Property PlayerREF Auto
|
||
|
Keyword Property FS_NQR03_RhalataClothing Auto
|