How do I Create an Experience Table

0 favourites
  • 2 posts
From the Asset Store
Fully commented source code/event sheet & sprites to create a space shooter game
  • Hey there,

    I am starting work on a level up system and I am looking for the most efficient way of handling this.

    I current plan is to have the players total experience in a variable and then have a bunch of if statements.

    if exp > 100 = make player level 2

    if exp > 400 = make player level 3

    if exp > 1200 = make player level 4

    and so on.

    I have a feeling there is a simpler way to do this though. Perhaps with JSON or a Dictionary or who knows.

    Any advice?

    Thank You,

    Stephen

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • If all you're doing is setting a level based on exp, you don't need any JSON or Dictionary..

    I'd say what you're doing is fine (it's pretty simple already). If you really wanted, you could figure a single formula that would do all that. but the only difference would be how many lines of code it took..

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)