9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
scriptName SummonTargetFXActivatorScript extends ObjectReference
|
|
|
|
Event OnLoad()
|
|
Utility.Wait(5)
|
|
Self.Disable()
|
|
Utility.Wait(1)
|
|
Self.Delete()
|
|
EndEvent
|