enderalse/source/scripts/_00e_mq11a_castlegatetooearly.psc

13 lines
278 B
Plaintext

Scriptname _00E_MQ11a_CastleGateTooEarly extends ObjectReference
Event onActivate(ObjectReference akActionRef)
if (akActionRef == PlayerREF)
_00E_MQ11a_CastleGateFrozen.Show()
EndIf
EndEvent
Message Property _00E_MQ11a_CastleGateFrozen Auto
Actor Property PlayerREF Auto