Ok so Im starting to work on a scenerio combat engine to put into a game. The question I have is can you set up a grid and then reference cells withen it for movement and sutch? I was thinking of just cloning a number of cells and make them transparent then use them as reference points. But need to figure out how wide a drawn cell is so can have coordinate of the middle of eatch cell. So is there any to just have a function thats like move_to(cell#) Instead of having to actually tell it what coordinates to go to? Im not sure if this is clear...
Ill work on it and let ya know if I have any luck.