I suggest you to learn from Scirra examples from Beginner to Advanced before trying to create anything that difficult. There you will come across many features which will come in handy with RPG project.
Will do, thank you :)
Develop games in your browser. Powerful, performant & highly capable.
Are you using Construct 2? That's the old Function object on your screenshot, it works differently!
Since you got those numbers from your head, it's impossible to create an exact formula. You can use the formula XpMonster suggested or something similar. Or you can put all your numbers to a text file and load them into an array. Here is a demo (Construct 2):
dropbox.com/s/v8f8ekq1h9a73zf/LevelingUp.capx
it cant open that file, so I can put all my numbers to a text file and load them into an array?
I just opened the file in construct 3, and I open your example of text file, now i know what to do :)
only thing I need to figure out is how to subtract xD
Thank you very much for everyone examples.
lol i cant get it to subtract
idk if this is right
I don't understand your xp system. Why are you subtracting MaxExp from XP?
And event 11 on the screenshot doesn't make any sense.
if player has enough experience like 180, if click button it should make your player level 1, and it should subtract 180 from the XP
im trying to get it to subtract
It works now! :) thank you so much for your help and your examples.
Oh, so after every level up you are basically resetting the XP? Yes, that last screenshot looks correct. Glad it worked.
I just need to figure out when reach max level it should stop adding levels.
edit: lmao and i just figure it out
I had this check in my file.
Level<=LevelsArray.Width-2