9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
|
Scriptname _00E_PlayAnimationOnInitSC extends ObjectReference
|
||
|
|
||
|
Event OnLoad()
|
||
|
|
||
|
Self.PlayAnimation(sAnimName)
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
String Property sAnimName = "playAnim02" Auto
|