enderalse/source/scripts/_00e_nq08_oldnotescript.psc

19 lines
409 B
Plaintext
Raw Normal View History

2024-01-16 01:56:39 +00:00
ScriptName _00E_NQ08_OldNoteScript Extends ObjectReference
;-- Variables ---------------------------------------
;-- Properties --------------------------------------
Quest Property NQ08 Auto
;-- Functions ---------------------------------------
; Skipped compiler generated GetState
; Skipped compiler generated GotoState
Event OnRead()
If NQ08.GetStage() < 30
NQ08.SetStage(30)
EndIf
EndEvent