Hi,
For my new AvP Mod I want the levels customizable via an .ini file. I was thinking of formating it something like this:
Code:
;AvP Levels
;Please type the ammount of exp needed to reach a level.
;Separate each level with a comma.
;
;NOTE: level "0" has 0 exp needed automatically the first
;amount of exp you wright will be level 1
;
;Place your level definitions here:
MAXLEVELS = 10
EXP_NEEDED = 100, 200, 400, 800, 1600, 3200, 6400, 12800, 25600, 51200
how would I load from an .ini file with this in it?
thanks, roln
__________________