19 lines
560 B
Plaintext
19 lines
560 B
Plaintext
Scriptname _00E_NQ_G_06_DebugBox extends ObjectReference
|
|
|
|
|
|
Event OnTriggerEnter(ObjectReference akactionref)
|
|
if NQ_G_06.GetStage() == 10 && DoOnce == false && akactionref == game.getplayer()
|
|
_00E_SC_DijaamOnelys.MoveTo(NQ_G_06PortMarker)
|
|
|
|
if NQ_G_06_SC02_DijaamTalkAtTavern.IsPlaying() == false
|
|
NQ_G_06_SC02_DijaamTalkAtTavern.ForceStart()
|
|
endif
|
|
|
|
endif
|
|
EndEvent
|
|
|
|
Quest Property NQ_G_06 Auto
|
|
Actor Property _00E_SC_DijaamOnelys Auto
|
|
ObjectReference Property NQ_G_06PortMarker Auto
|
|
Scene Property NQ_G_06_SC02_DijaamTalkAtTavern Auto
|
|
bool DoOnce |