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.
 
 
 

42 lines
1.1 KiB

Scriptname _00E_CQC03_Functions extends Quest
;=====================================================================================
; FUNCTIONS
;=====================================================================================
Function SetUp()
If CQC02_SC01_CaliaTowerScene01.IsPlaying()
CQC02_SC01_CaliaTowerScene01.Stop()
EndIf
_00E_MC_CaliaREF.MoveTo(CQC03_CaliaPortMarker)
SetObjectiveDisplayed(5)
EndFunction
Function StartSC01()
CQC03_SC01_Calia.ForceStart()
EndFunction
Function FinishQuest()
Levelsystem.SetAllowIdleChatter(True)
Levelsystem.GiveEP(300)
EndFunction
;=====================================================================================
; PROPERTIES
;=====================================================================================
Actor Property _00E_MC_CaliaREF Auto
ObjectReference Property CQC03_CaliaPortMarker Auto
Scene Property CQC03_SC01_Calia Auto
Scene Property CQC02_SC01_CaliaTowerScene01 Auto
_00E_QuestFunctions Property Levelsystem Auto