OH MAN!!! What the hell is wrong with me! I just had a mind blank or something, 10 days?!? I must be going crazy. Here are some very useful programming tips for EVERYONE.
Do NOT use logical operator And before => anywhere. Replace the And with => to HALF the time it takes to go through the code.
If you want a test to change between = and =/= depending on a variable being 1 or 0, try xxx=xxx=variable=>xxx. If the variable is 1 the test is = and if the variable is 0, the test is =/=.
Do not use visible timers in games, it slows it down like hell, all display commands take about 10 times longer than calculations.
As I'm afraid I might not finish my huge games, I'm making a backup game called Duellist, a superfast fighting game in text mode. NOTE: The stat character x with a hat looks like a person.

How is that for imagination? (the hat is the head, the top of the x is arms and the bottom is legs, way better than the classic theta symbol)