Long time no see. I am trying to refresh my memory.
If I recall it correct the events are gone through top to bottom, that is known.
But I also recall that the events will go down to next line even if the previous event line isn't finished, right?
How can I do to ensure that the events are finished before proceeding?
I am trying to tackle my beast of game now that I have some time off.. Array driven grid movement of 500-1000 characters per screen, refreshing every 0.2 second. I got bug that I *think* is that the next "round" of 0.2 second starts before the old one was finished.