42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
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 |