-
Posts
1235 -
Joined
-
Last visited
logan23's Achievements
Newbie (1/14)
10
Reputation
Single Status Update
-
If you really wanted you could extend the identifiers list at the top of an 'include' script, I like to make use of them ^.^ it's not a necessity, but if you feel it will help you can add constants like:
int SUBRACE_RODIAN = 4;
int SUBRACE_GIZKA = 5; // And how ever many more rows you add...
It just might help to put words to numbers, otherwise I hope all that helps