11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
Scriptname _00E_NQ05SecretTrigZoneScript extends ObjectReference
|
|
|
|
Quest Property NQ05Quest Auto
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
If akActionRef == Game.GetPlayer()
|
|
NQ05Quest.SetCurrentStageID(51)
|
|
EndIf
|
|
EndEvent
|
|
|