true and false

backhanderbackhander Member Posts: 28
edited November -1 in Working with GS (Mac)
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

Comments

  • mangaroomangaroo Member Posts: 419
    boolean = true/false or 1/0

    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
  • DrGlickertDrGlickert Member Posts: 1,135
    boolean is true/false.

    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.
  • backhanderbackhander Member Posts: 28
    so if i put boolean on actor 1 and make it 1, then actor 2 and make it 0 that will be fine?
    or actor 1 integer and make 0, and actor 2 integer 1 that works to?
  • backhanderbackhander Member Posts: 28
    cool. thanks peeps
Sign In or Register to comment.