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