- Home /
Monster clicker based game, need help
Hello, I want to make leveling system for monsters, but I’m unsure how I should go for it.
Feel free to state your ideas and how I could implement them, thank you!!
((NOT BY CHANGING SCENES))
for example: if Current level = 1 then Monster health = 10
for next level, I’d like to make it that my monster would have *1.5 that amount
if Current level = 2 then Monster health = 15
if Current level = 3 then Monster health = 22.5
and so on
What you should do is just study C# by itself because you clearly lack a very basic understanding of program$$anonymous$$g in general (hey, we're all beginners at some point!)
Answer by aviad59 · Oct 12, 2018 at 09:20 PM
@Yunarii I think you should create a script that have var for the next level which every time the points get to the same number as the next level var call function that: call the health script and encreased it, add to the next level var more points, reset the point the player have and write that the player level up. I know its very general but it will give you a direction to start with. Good luck.
Your answer

Follow this Question
Related Questions
how to load level when your enemy health gets to 0 1 Answer
Easy sprite finding script 1 Answer
About Creating Levels 1 Answer
Only destroy one instatnce 1 Answer