enderalse/source/scripts/summontargetfxactivatorscript.psc

9 lines
155 B
Plaintext
Raw Normal View History

scriptName SummonTargetFXActivatorScript extends ObjectReference
Event OnLoad()
Utility.Wait(5)
Self.Disable()
Utility.Wait(1)
Self.Delete()
EndEvent