23 lines
753 B
Plaintext
23 lines
753 B
Plaintext
Scriptname _00E_MQ07_Functions extends Quest
|
|
|
|
;=====================================================================================
|
|
; FUNCTIONS
|
|
;=====================================================================================
|
|
|
|
Function CompleteQuestMQ07()
|
|
|
|
_00E_EPHandler.GiveEP(__Config_RewardEXP)
|
|
SetCurrentStageID(15)
|
|
Self.CompleteQuest()
|
|
MQ08Prologue.SetCurrentStageID(5)
|
|
|
|
EndFunction
|
|
|
|
;=====================================================================================
|
|
; PROPERTIES
|
|
;=====================================================================================
|
|
|
|
int Property __Config_RewardEXP Auto
|
|
|
|
Quest Property MQ08Prologue Auto
|