ID:170453
![]() Jan 22 2005, 7:47 am
|
|
I'm making an RPG, and I need help on how I would go about making a level up system. I tried using if's and telling it to check if the usr's experience is equal to a certain number, but If the usr jumps right over the required amount, they don't get a level up. For example, let's say you need 5 exp to lvl up. On my game, if they have 4 exp, gain 2 to get 6, they don't get the lvl up because they need 5. I need help.
|
![]() Jan 22 2005, 7:59 am
|
|
C'mon, this is basic 'logic' thinking. You don't need to know how to program to design a system of rules that will let you "do something" "when something is something".
Just work it out, write it down. It's logic. |
He wasn't asking for a system, he was asking for help on his piece of programming, odd thing for this forum, eh?
As for help to Seraphrevan, i'd reccommend looking up info on ==, !=, <=, >= and all the other operators using the nifty F1 function, or ask Wizkidd0123, he's a real 'Wiz' (heh) with operators. -Thorg |
Thorg wrote:
He wasn't asking for a system, he was asking for help on his piece of programming, odd thing for this forum, eh? I was referring to this: " But then wouldn't that mean that everytime you gain experience after that you level up too? " |