while (cyclesc > 0) and (FC = 1 or FC = 3 or FC = 4) do
--dostuff
end
Lua 101 or even coding 101 I'm sure so forgive me - what is best way to write this - nested while loops? seems a waste - is there a way to have multiple conditions in one line of a while loop?
=with==, but other than that it looks just fine.