Verincia 0 Report post Posted January 9, 2009 Hello, I am just curious if there is a way to make a game that allows the player to choose their own hero. Like in Seventh Saga. There were seven heroes to choose from and the player had to choose one. I wonder if there is a way to do that same thing, and how would I do it. Share this post Link to post Share on other sites
Nisage 31 Report post Posted January 10, 2009 By choose do you mean select one the game already has, or choose as in they make their own character? Share this post Link to post Share on other sites
MusicalSwordsman 25 Report post Posted January 10, 2009 I think he means choose from a list, If so that can be done through switches. Share this post Link to post Share on other sites
Nisage 31 Report post Posted January 10, 2009 Ah, a list. I think variables would be better. You could have 7 switches for seven different characters, or name a variable called "Character Selection" and set it from 1 - 7 to choose the character. Here's one way you could set it up for selecting a character, http://www.megaupload.com/?d=B9T8GL30 Share this post Link to post Share on other sites
Polraudio 122 Report post Posted January 10, 2009 Here i have made a little demo. Not sure how it will help. Char_Selection.zip Share this post Link to post Share on other sites
Nisage 31 Report post Posted January 10, 2009 Not bad Polraudio. I just finished mine a while ago. Share this post Link to post Share on other sites