• Hey! Register here to create your account, engage with the community, and talk about what is new!

boolean values

AlignedCookie88

Active member
Overlord
Joined
Mar 17, 2022
Messages
49
Reaction score
7
Boolean values would be good for DF because the way people represent them is always inconsistent. Some people do it the (correct) way using 1s and 0s and others use strings. Boolean values would help when using code from codevault. It would also be nice to have comparing booleans with logic gates.

Also if you somehow don't know what a boolean value is it just stores either true or false.
 

pixlii

Forum adept
Overlord
Joined
May 20, 2021
Messages
215
Reaction score
35
actually 1s and 0s are much less efficient because you can't use var tags with 1s and 0s,,, if you use STRINGS! then you can use them in var tags . therefore 1s and 0s are NOT ! efficient ! and also p sure most things you suggest can easily be done with strings already
 
Top Bottom