19 lines
578 B
Plaintext
19 lines
578 B
Plaintext
ScriptName _00E_MQ03FireSCN Extends ObjectReference
|
|
|
|
;-- Variables ---------------------------------------
|
|
|
|
;-- Properties --------------------------------------
|
|
MagicEffect Property FrostDamageConcAimedCloak Auto
|
|
Spell Property _00E_Frostbite Auto
|
|
|
|
;-- Functions ---------------------------------------
|
|
|
|
; Skipped compiler generated GetState
|
|
|
|
; Skipped compiler generated GotoState
|
|
|
|
Event OnWardHit(ObjectReference akCaster, Spell akSpell, Int aiStatus)
|
|
Self.Disable(False)
|
|
Debug.MessageBox(((akCaster as String + " applied the ") + akSpell as String) + " on us")
|
|
EndEvent
|