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.
 
 
 

18 lines
567 B

Scriptname _00E_MQ13c_SunlightFailsaveSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
if akActionRef == Game.GetPlayer()
_00E_MQ13b_SC10_NexusFadeHOLD.Remove()
_00E_MQ13b_SC10_NexusFadeBack.Remove()
_00E_NoSunlightOutroImod.Remove()
_00E_NoSunlightHOLDImod.Remove()
EndIf
EndEvent
ImageSpaceModifier Property _00E_MQ13b_SC10_NexusFadeHOLD Auto
ImageSpaceModifier Property _00E_MQ13b_SC10_NexusFadeBack Auto
ImageSpaceModifier Property _00E_NoSunlightHOLDImod Auto
ImageSpaceModifier Property _00E_NoSunlightOutroImod Auto