I'm back, and I've moved on fairly quickly. It's an animation question now! I've been scouring the scene module documentation, and every example/tutorial I can find, but I can't figure this one out:
I want to perform an action on a node, call a method to do some stuff, then perform another action, in that order. But since actions don't wait until other actions are finished before beginning, all three things are happening at the same time.
Again, I've been scouring the documentation and I tried creating my own little solution as well but I can't seem to work something out!
EDIT: I'd like to point out that I got the hang of the basics of action sequences, that's not the issue. It's the fact that in between the two actions, I want to call a non-action method.