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.
 
 
 

21 lines
410 B

Scriptname _00E_NQ07_NoteSC extends ObjectReference
Event OnRead()
if NQ07.GetCurrentStageID() >= 10 && !bDone
bDone = True
NQ07.SetObjectiveDisplayed(22)
NQ07_SisterKorrieREF.Enable()
NQ07_SisterDeynaREF.Enable()
EndIf
EndEvent
bool bDone
Actor Property PlayerREF Auto
_00E_NQ07_Functions Property NQ07 Auto
Actor Property NQ07_SisterDeynaREF Auto
Actor Property NQ07_SisterKorrieREF Auto