10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
Scriptname _00E_Sunchild_Animation extends ObjectReference
|
|
|
|
Actor Property SunchildSelect Auto
|
|
|
|
Event OnInit()
|
|
|
|
Debug.SendAnimationEvent(self, "BleedOutStart")
|
|
|
|
EndEvent
|