I'm making a roguelike, and I love the grid based movement, but can anyone tell me how to get the grid based movement to work with 8 directions using the numpad? (ie 8 moves you north, 9 moves you northeast)
I checked the FAQ, Wiki, and forums, but couldn't find anything on the subject.
This seems like a really fast question, is it ok if I drop all my quick questions here, or is there an IRC I should use?
Edit: oh, and I can't seem to get my main menu working. I'm trying to make my selection arrow move up and down when I press up or down, but there don't seem to be any button input event conditions for the arrow, and the custom movement script only allows a condition for vertical movement or horizontal movement (it can't differentiate between up and down).