Ok, i was bored one day,and i was looking around for something, (forgot what already) and i stumbled upon a vbs script that helps you type, the code was simple and if anyone wants it here it is...
set wshshell = createobject ("wscript.shell")
wscript.sleep 1000
wshshell.sendkeys "What you want the computer to type"
wshshell.sendkeys "{enter}" <-- it even supports function keys
next
(if ur gonna use it save it as a .vbs with notepad)
anyways, the point is i was wondering if game-editor can do the same thing...
it would be interesting to have...