30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
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 |