Hello everyone,
I am verry new to godot and gdscript and i am trying to make a 2d isometric survival rpg game.
Now i have come to the point where i can cut a tree down and when it does that i want my sticks scene to be spawned multiple times but between a random number of 3 and 7.
I got it to the point that when the trees health reaches 0 it goes away and 1 stick wil spawn, I just dont know how to make multiple spawn.
This is what i have now