Onyx Hi, When using console.locate() with floating numbers, an error occur : "bad argument #2 to 'locate' (number has no integer representation)" I don't know if its a bug, but I need to use math.floor() function to prevent this error. Onyx
Samir Hi Onyx, It's not a bug, but I agree with you that it would be better for the user to let the console.locate() function convert floating numbers to integers. This update will be available in next LuaRT version. Thank you for the feedback !