15 lines
323 B
Plaintext
15 lines
323 B
Plaintext
Scriptname _00E_MQ11a_MayaVisibilitySC extends ObjectReference
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
|
|
If akActionRef == PlayerREF && MQ11a.GetStage() < 200
|
|
MQ11a_SC25_MayasREF.SetAlpha(0.0)
|
|
EndIf
|
|
|
|
EndEvent
|
|
|
|
Actor Property PlayerREF Auto
|
|
Actor Property MQ11a_SC25_MayasREF Auto
|
|
|
|
Quest Property MQ11a Auto
|