- Joined
- May 4, 2008
- Messages
- 1,111
Hello
i just started a RPG map, and decided to do a somewhat good replica of FFVII's Level-up system, i got most of the coding down for it except one thing that stops me from going forward...
the EXP curve which requires a Real and not an Interger (and i still cant believe we dont have Arith.Real lol) the curve is... [MOD * ((LVL-1) ^ 2) / 10] MOD being 92.5 how would i write that down
(dont tell me write each EXP need in a vairable, im trying to avoid that, too much wasted space
)
thank you
the EXP curve which requires a Real and not an Interger (and i still cant believe we dont have Arith.Real lol) the curve is... [MOD * ((LVL-1) ^ 2) / 10] MOD being 92.5 how would i write that down
(dont tell me write each EXP need in a vairable, im trying to avoid that, too much wasted space
thank you