- Joined
- Feb 23, 2010
- Messages
- 227
So I'm trying to figure out how to make this character select system where I have all the heroes (models) displayed in the map, and you push a given key (right, left, up, down) and move to focus on a hero. If you press escape you can select the hero and carry on with the game.
(18 heroes, each row has 3 heroes in it)
NOTE: The hero numbers, and rows can be manipulated. More heroes, less or bigger/smaller rows is all possible.
I'm not sure how to make this happen. Right now I'm trying to use pressing the keys to set an integer variable. If its right +1, left -1. If up +3, if down -3. The idea is to set each point as a specific integer in that variable.
| 0 - 1 - 2 |
| 3 - 4 - 5 |
etc...
But I am not sure how to make this work, let alone with as few triggers as possible, is probably just outside my trigger capabilities. I can do skills and such, but this is new to me.
I figured maybe something a long the lines of a model-less unit that has the commands as well might work... IDK...
Eventually I want to add a method to have secret characters, and when you select one of the characters you can choose from 3 specializations or cancel and return to picking a hero of your type.
Please and thank you ahead of time.
(18 heroes, each row has 3 heroes in it)
NOTE: The hero numbers, and rows can be manipulated. More heroes, less or bigger/smaller rows is all possible.
I'm not sure how to make this happen. Right now I'm trying to use pressing the keys to set an integer variable. If its right +1, left -1. If up +3, if down -3. The idea is to set each point as a specific integer in that variable.
| 0 - 1 - 2 |
| 3 - 4 - 5 |
etc...
But I am not sure how to make this work, let alone with as few triggers as possible, is probably just outside my trigger capabilities. I can do skills and such, but this is new to me.
I figured maybe something a long the lines of a model-less unit that has the commands as well might work... IDK...
Eventually I want to add a method to have secret characters, and when you select one of the characters you can choose from 3 specializations or cancel and return to picking a hero of your type.
Please and thank you ahead of time.
Last edited: