#When I put these lines to code it changes the bools value when I start
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
you mean == true
^
= is an assignment operator
= is for assignment
== is for comparison
ohhhh okay thaks
you are not the first to have this issue, and you will not be the last