enderalse/source/scripts/_00e_playanimationoninitsc.psc

9 lines
168 B
Plaintext
Raw Normal View History

Scriptname _00E_PlayAnimationOnInitSC extends ObjectReference
Event OnLoad()
Self.PlayAnimation(sAnimName)
EndEvent
String Property sAnimName = "playAnim02" Auto