hi, im trying to use sendkeys to make magicengine go up in the menu 3 times, hit enter, and go down 4 times, and hit enter twice. im using this line in the sendkeys field of the configuration (after putting a delay of 15000): {UP} {UP} {UP} {ENTER} {DOWN} {DOWN} {DOWN} {DOWN} {ENTER} {ENTER} i know this would be easier, but it didn't work at all for me: {UP 3} {ENTER} {DOWN 4} {ENTER} {ENTER} it registers the up's, then enter, but it takes a second to load the next menu, and the rest of the keys get sent while it's loading and the emulator misses it. my question is, how do you put a delay between keys? i tried sendwait, but it didn't do anything. thanks!