03-19-2012, 03:57 AM
To make your script easier to read you could put your bandana-making-process in a for-loop and just let that one execute 10 times. That way your script has like 52 lines less code. Oh and don't forget the "end for" statement at the end of the for-loop.