18 lines
567 B
Plaintext
18 lines
567 B
Plaintext
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 |