Hello! I have a question on adding variables faster than just the basic v = v+1 function. For example, in C you can do v++; Can you do something like that in Lua? Any help is appreciated =)
No, there is no possible way that I know of to do so.