2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_NQ15TrigBoxHouse extends ObjectReference
|
|
|
|
|
|
|
|
Event OnTrigger(ObjectReference akActionRef)
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
If akActionRef == Game.GetPlayer() && (akActionRef as Actor).IsInCombat() == false && NQ15.GetCurrentStageID() == 140
|
|
|
|
NQ15.SetCurrentStageID(150)
|
2021-10-05 22:15:58 +00:00
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
|
|
|
|
Quest Property NQ15 Auto
|