I should daily file a bug report, claiming that 'wait' is a bug, adding every project where i see improper use of 'wait'.
Plz. I beg you (again). Do not use 'wait' (unless the logic flow does not depend on the delayed actions). Especially, do not use wait in loops.
Loops are meant/designed to happen inside 1 tick. Using 'wait' to force a loop to happen in the time of several ticks will bring you into problems. If you want something to happen over the time of many ticks, use the big system loop.
https://www.dropbox.com/s/unqxqpinyhii0 ... .capx?dl=0