For my game i want to script events to move characters autonomously, change animations etc...
I've setup an array into which i push the events that should happen and then setup some events that execute them.
Here is my test .CAPX: CLICK ME
The events start after a few seconds...
In the debugger you can see how it works through the ActionQue (my array) step by step. :)
This works fine, however it's kinda tedious to setup and i was wondering if someone knows a better way to do this.