• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

leveling sytem

  1. T

    Leveling System & Custom Health Bars

    First time posting so I'm not 100% sure if this is the right place for it, but I've hit a slight wall on a project I'm working on. I've got a custom Health Bar that was working great with what I had until I added a leveling system. Now it seems like no matter what I try to do, the Health Bar...
  2. M

    Level system stops at level 6 [Solved sort of]

    Hi I have a little game here with a level system where you level up by shooting enemies and with each level the enemies spawn faster and the max enemies becomes more. But at level 6 the enemies stop spawning for some reason. I hope someone can tell me how to fix this. The object I use to level...
  3. G

    Changeable Level Factors?

    Hey GMMB, first time poster. I'm currently creating a simulation game that will use a 1-10 level system for different characteristics. I'd like the system to be affected by [events], and each [event] will be programmed to affect (+1 to anger, -1 to public image for example) the character's...
  4. D

    [solved]basic leveling system help

    so I run this code and if my lvl increases my hp doesn't :/ can someone explain the logic behind this ///global //lvl global.lvl =1; //player hitpoints global.hp =100*global.lvl*1.25; global.hpmax =100*global.lvl*1.25; //EXP global.ex =0; global.exmax =100*global.lvl*1.25; //player Damage...
Top