> bad argument #2 to 'format' (number has no integer representation) I think that this is a difference between lua-5.2 and lua-5.3. lua-5.3 seems to require, for example: string.format('%d', math.floor(math.pi)) Best, Akira