Hi guys,
I have a list containing vectors, around 30 at the moment, but could be up to 100. I have a touch event that uses a for loop, using the list index, that outputs the list to the screen via llSay.
Trouble is, the onscreen dump is never in the right order (of index position). In case this was lag induced, I inserted a llSleep of 1 sec between each iteration in the for loop, and I still get entries out of place. Sometimes the entry at index = 2 appears well after the entry at index = 20. What on earth causes this? Is there any way to overcome this?
Regards to all
Rock
;