Nevermind...
The program is randomly screwing up... I'll repost this later when it stops sucking more ass than Richard Simmons with a dirt devil at a rainbow convention.
----
EDIT: 9:45am ... yay... okay, so it turns out its just because I didn't put in any validation so the program crashes when it gets a CHAR input for an INT value...
Basically... I made a character generation module for a rogue-like game I am writing... the goal is to get you to play yourself by asking you a series of questions.
The YES or NO questions, you answer Y or N for... the number questions, you just answer with the number (it will tell you the units if you need to know the scale) ... but putting "100 pounds" will crash it...
Anyway, I need a bunch of results from various folks so that I can tell if the system is unbalanced or not... likewise, any question ideas/modifications (for sake of clarity) would be greatly appreciated... when the thing is finally released, there will be the safe guards... but I'm just trying to get some input...
Send only what you get after CONGRATS [all the stat info] ... and please send it to llah@themonkeyshow.org
the file is available here:
http://www.students.niu.edu/~z098002/ChrGen.exe
Thanks for any and all who help, I'll give ya'll a mention in the final documentation
The program is randomly screwing up... I'll repost this later when it stops sucking more ass than Richard Simmons with a dirt devil at a rainbow convention.
----
EDIT: 9:45am ... yay... okay, so it turns out its just because I didn't put in any validation so the program crashes when it gets a CHAR input for an INT value...
Basically... I made a character generation module for a rogue-like game I am writing... the goal is to get you to play yourself by asking you a series of questions.
The YES or NO questions, you answer Y or N for... the number questions, you just answer with the number (it will tell you the units if you need to know the scale) ... but putting "100 pounds" will crash it...
Anyway, I need a bunch of results from various folks so that I can tell if the system is unbalanced or not... likewise, any question ideas/modifications (for sake of clarity) would be greatly appreciated... when the thing is finally released, there will be the safe guards... but I'm just trying to get some input...
Send only what you get after CONGRATS [all the stat info] ... and please send it to llah@themonkeyshow.org
the file is available here:
http://www.students.niu.edu/~z098002/ChrGen.exe
Thanks for any and all who help, I'll give ya'll a mention in the final documentation
Comment