ItsyLady

ItsyLady

Joined Member # 2240002
0 Posts 0 Replies 83 Reputation

Sub Object_OnScriptEnter Object.SetTimer 2, Your time in seconds times a thousand here End Sub Sub Object_OnTimer2 If Object.State = "AnimationStateNameHere" Then Object.State = "RevertToThisState" End If End Sub This seems to work...just in case anyone else has this problem

1 Replies 2,017 Views

Sorry, this is probably a dumb question, but how can you make one state of an object run an animation then revert to a different state? I was thinking something in the way of a timer script, but I just started so I don't know how to do that. Please help me! Thanks, everyone!

1 Replies 2,017 Views