This game is perfect for it, because it's more or less a board game lacking animations. the main map looks alittle like die Siedler von Catan with its Hexagonal tiles. Plus I use something called NegativeScreen to adjust the colors and of course inverse the brightness of the monitor. The game is partially played with a mouse, but I can automate the mouseclicks with autoit, and also draw on the screen to see what I select in the game.
Anyhow, could you point me to some website/tutorial that might help me code this lua? In pseudo code i think all that needs scripting is:
If (button x pressed) {
//send message to putty
}
could you translate that into viable code? or is it more complicated than that?
|