true and false

if i want something to be true or false is it a boolean, text, real, angle or index?
can you give me example please or are there video showin this?
many thanks
can you give me example please or are there video showin this?
many thanks
Comments
integer can also be easily used for true and false eg 0 for one thing and 1 for the other (but gives a few more possibilities for down the road)
edit: pwnt you DrGlickert 2 seconds m'ucka! :P
However, some people (like me) use integer attributes and make 0 false and 1 true. This allows for some more flexibility when it comes to using it.
or actor 1 integer and make 0, and actor 2 integer 1 that works to?