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.
 
 
 

30 lines
1.0 KiB

Scriptname EnvironmentScene02_Functions extends Quest
;=====================================================================================
; FUNCTIONS
;=====================================================================================
Function CastWaterExplosion()
Utility.Wait(1)
EnvironmentScene02_WaterExplosionMarker.PlaceAtMe(DefaultWaterExplosionModded)
EndFunction
Function DisableMagisterAndNovice()
EnvironmentScene02_NoviceREF.Disable()
EnvironmentScene02_MagisterREF.Disable()
EndFunction
;=====================================================================================
; PROPERTIES
;=====================================================================================
Explosion Property DefaultWaterExplosionModded Auto
ObjectReference Property EnvironmentScene02_WaterExplosionMarker Auto
ObjectReference Property EnvironmentScene02_MagisterREF Auto
ObjectReference Property EnvironmentScene02_NoviceREF Auto