...With the ability of having the hero to move at the same time?
What I mean is can you use the "Wait" function (or "Timer Operations") function but to make the hero move at the same time?
I tried putting the event commands in a parallel process but to no avail.
So, can I make the hero move whilst one/both of these commands are running? THANKS. ;8
Depends on what you want the hero to do. If you want him to wait until he's done moving to so something else, I suggest using "Wait for Move's Completion" after the move event. If you want him to do something during the move, just put a short wait after the move, then whatever you want to come next. I'm not on my comp with 2k3 on it, so I'm not exactly sure. Sorry if this isn't terrible helpful. :-X
I want him to move WHILST an event is happening.
Bascially an enemy is attacking him, and you can attack the enemy. But I want the hero to move after the attack (if you choose to make the hero attack). But I need the delay (which is the wait function) after each attack to make it fair.
Once I get home I'll try to figure something out. It'll be a few hours though, so others should try to help first.
Thanks a bunch, been testing the result of this for weeks not no avail.