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.
 
 
 

43 lines
1.3 KiB

Scriptname _00E_NQ33_Functions extends Quest
;=====================================================================================
; EVENTS
;=====================================================================================
Event OnUpdateGameTime()
_00E_NQ33_sPotionEffectFinished.Show()
CapitalCityUajaanVuulGlobal.SetValueInt(2)
FXReadScrollsImod.Apply()
MAGRestorationConcentrationFire2D.Play(PlayerREF)
SetCurrentStageID(5)
EndEvent
;=====================================================================================
; FUNCTIONS
;=====================================================================================
Function RegisterForPotion()
RegisterForSingleUpdateGameTime(48)
EndFunction
Function FinishUp()
_00E_EPHandler.GiveEP(150)
EndFunction
;=====================================================================================
; PROPERTIES
;=====================================================================================
Actor Property PlayerREF Auto
Message Property _00E_NQ33_sPotionEffectFinished Auto
Sound Property MAGRestorationConcentrationFire2D Auto
ImageSpaceModifier Property FXReadScrollsImod Auto
GlobalVariable Property CapitalCityUajaanVuulGlobal Auto