I found a bug i need some help with anytime a number more than 3 digitd id entered it adds an empty space then keeps going so for example my stacksize is 9999 it sidplays 9 999 and when i try and craft 999 gives a negative output and it does the same thing 9 999
heres an example of what im talking about mabey theres a max sigit input in the system that i need to change i dont know what but its messing eith any number related task inventory stacking crafting ect… i found most of the errors but still cant find wy my crafting input still adds commas cant find any more groupingd
I think it would be nice if you show code you are using…
An X at the beginning of a number like (x9 999) could be a hexadecimal number… That’s why I suspect that you are doing an incorrect conversion of the number to String or Text.
it looks like it was the grouping there were like 27 of them all set to group they should be set to grouping false by defualt lol thaks for the help though
its a 0 but 0 doesnt show up in the clueprint page for some reason i finally found the culprit lol it was a widget that i forgot was attached to the process im still testing thakd for the help though