Hypothetically, if I did the following (in VB):
world.doafter 10, AAA
world.send BBB
would command AAA or BBB be executed first? If AAA gets executed first, is there anyway to send a command between the doafter and not leave myself hanging?
world.doafter 10, AAA
world.send BBB
would command AAA or BBB be executed first? If AAA gets executed first, is there anyway to send a command between the doafter and not leave myself hanging?