4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
243 B

Scriptname _00E_FS_NQ02_PassagierbuchScript extends ObjectReference
Event OnRead()
If FS_NQ02.GetStage() == 90
FS_NQ02.SetStage(100)
ElseIf FS_NQ02.GetStage() == 110
FS_NQ02.SetStage(120)
EndIf
EndEvent
Quest Property FS_NQ02 Auto