Hi im trying to write a batch file that when it gets to that area of the code it waits for 10 seconds and then if a certain key is pressed it exits else it goto's another area of the code. Heres what i got so far
SLEEP 10
IF
exit
else if
goto start
srry dont know if this is write im just learning Lua an while similr to dos they arnt quite the same. If anyone can fill in the gaps an fix the mistakes I would much appreciate it. The key i want to be pressed is anykey or a specific key idc which