Hey guys,
I'm trying to make a loop to create rooms.
If I have a Loop
For "RoomX"
start index -5
end index 5
I just want to be sure within this loop, if I reference one of the indexes with Loopindex, I will get a number starting at -5 and ending at 5, correct?
I only ask to be sure my Loopindex won't come back as 0-10 (the number of times the loop has run). I'm having issues with my room generation... >=p