Hey guys, I'm working on my 1st script which is a iron power miner. I want to make an int for the pickaxes. Instead of making 5 different ones, how do I give one int more than one value.
I was suggested to make it look something like this:
int PickAxe values = { 1265, 1267, 1269, 1273, 1271, 1275, 15259 };
The code above is giving me errors and I can't remember how to do this. Any help is appreciated, thanks!
I was suggested to make it look something like this:
int PickAxe values = { 1265, 1267, 1269, 1273, 1271, 1275, 15259 };
The code above is giving me errors and I can't remember how to do this. Any help is appreciated, thanks!