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.
 
 
 

13 lines
376 B

Scriptname _00E_NQ12SceneTrigger extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
if akActionRef == Game.GetPlayer()
if NQ12.GetCurrentStageID() >= 15 && Game.GetPlayer().GetItemCount(_00E_NQ12_SilasKey_Bank1121) >= 1
NQ12.SetCurrentStageID(30)
Endif
Endif
EndEvent
Quest Property NQ12 Auto
Key Property _00E_NQ12_SilasKey_Bank1121 Auto