Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
in the image you can see 2 sliders 1 is just a number 1 the other is decimal slider, -0.20 is to set that 1 to 0.01 if you set the decimal slider to 0.2 then that would add the 1 to 100.00 from here you can make numbers like 000.01/000.10/001.00 and so on.
my question is how do i reverse this like the number 111.11 then if the decimal slider is at -0.2 then as a output to only output the 000.01 number and not the others.
e.g number = 111.11 decimale slider is at -0.2 so = 000.01, if the number is 111.10 then the 000.01 will be 000.00.
if decimal is 0.2 then the 000.01 will be 100.00 as an output instead.
the point of this is so that each digit can be either a 0 or 1 so it can remember 5 things in 5 digits in 1 variable instead of using 5 variables in a game that could use 100+.in total