enderalse/source/scripts/environmentscene02_functions.psc

30 lines
1.0 KiB
Plaintext
Raw Normal View History

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