Whatsup peeps!! I finally learned the basics about arrays and how to place them. Thank you California mystazsea brent_hamel
I have a few more questions about arrays that need to be asked.Ok here they are
1. I understand how to set individual tiles through SET VALUE AT (1,1) to 1
But what is another function for me to use to fill the layout from a certain point specified.
for instance I have a 3200x3200 size layout,In array format that is 100x100 because im using 32x32 size pixels lets say I wanted to start my tile generation at (50,1) to 1 how could I just go ahead and tile the rest of the way down.
2.how can i be more specific with how I generate tiles. For example if i want to make my ground have 5 rows of dirt then for the next 5 after that switch to stone and so on.
3.How can i make better random generation?
Basically I just need to know the functions to call on to make this alittle easier. When I say functions I could also mean Expressions im kinda confused of the 2for some reason.