7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
|
Scriptname _00E_A2_FirewallGroundCheckScript extends activemagiceffect
|
||
|
|
||
|
Event OnEffectStart(Actor akTarget, Actor akSource)
|
||
|
|
||
|
Debug.Trace("Groundcheck fired.")
|
||
|
|
||
|
EndEvent
|