2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_NQ33_Functions extends Quest
|
|
|
|
|
|
|
|
;=====================================================================================
|
|
|
|
; EVENTS
|
|
|
|
;=====================================================================================
|
|
|
|
|
|
|
|
Event OnUpdateGameTime()
|
|
|
|
|
|
|
|
_00E_NQ33_sPotionEffectFinished.Show()
|
|
|
|
CapitalCityUajaanVuulGlobal.SetValueInt(2)
|
|
|
|
FXReadScrollsImod.Apply()
|
|
|
|
MAGRestorationConcentrationFire2D.Play(PlayerREF)
|
2024-01-10 14:08:24 +00:00
|
|
|
SetCurrentStageID(5)
|
2021-10-05 22:15:58 +00:00
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
;=====================================================================================
|
|
|
|
; FUNCTIONS
|
|
|
|
;=====================================================================================
|
|
|
|
|
|
|
|
Function RegisterForPotion()
|
|
|
|
|
|
|
|
RegisterForSingleUpdateGameTime(48)
|
|
|
|
|
|
|
|
EndFunction
|
|
|
|
|
|
|
|
Function FinishUp()
|
|
|
|
|
2024-01-09 22:00:18 +00:00
|
|
|
_00E_EPHandler.GiveEP(150)
|
2021-10-05 22:15:58 +00:00
|
|
|
|
|
|
|
EndFunction
|
|
|
|
|
|
|
|
;=====================================================================================
|
|
|
|
; PROPERTIES
|
|
|
|
;=====================================================================================
|
|
|
|
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
|
|
|
|
Message Property _00E_NQ33_sPotionEffectFinished Auto
|
|
|
|
|
|
|
|
Sound Property MAGRestorationConcentrationFire2D Auto
|
|
|
|
ImageSpaceModifier Property FXReadScrollsImod Auto
|
|
|
|
GlobalVariable Property CapitalCityUajaanVuulGlobal Auto
|