PenguinMod/PenguinMod-Vm

Boolean variables

Closed this issue · 4 comments

Would be very convenient to have boolean variables instead of constantly using if var = 1 or var = true

For modifying the state of these variables
Setting them to something that isn’t a Boolean just sets it to false (unless something else is preferred)

Examples of use:
set <boolVar> to <true>
if <boolVar>
if <not<boolVar>>

cant you place variables into booleans already in pm

cant you place variables into booleans already in pm

Yes but i mean boolean exclusive variables
Variables that can’t have numbers or text

no. Its literally no difference. If you want it to be exclusive to true/false, only set it to true or false

im gonna close this, sp explained why.