14 lines
253 B
Plaintext
14 lines
253 B
Plaintext
Scriptname _00E_FS_NQ07_ErdhaufenScript extends ObjectReference
|
|
|
|
Quest Property FS_NQ07 Auto
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
Utility.Wait(0.5)
|
|
|
|
if FS_NQ07.GetCurrentStageID() == 310
|
|
FS_NQ07.SetCurrentStageID(320)
|
|
endif
|
|
|
|
Endevent
|