samwilliamh
Member
As my first ever script (go me!) i'm having a go at making the stat gains that you get appear in a lil window after you have leveled up. It happens in games such as world of warcraft when it says 'You strength has increased by x.' or whatever. I just wondered if there was a way that this variable was already set - the increase value for each stat or wether there was a way other than getting all the info at the start of the battle and storing it in global variables, if they lvl up getting ti all again and then subtracting the values. Also when I subtract the values it gives me an error. I'm subtracting like so:
Please help me and thanks in advance!!
Sam
Code:
new_int=new_base_int - old_base_int
Please help me and thanks in advance!!
Sam