I might be wrong when trying to use bolean type with xstarter version 1.9.3.85:
If defining boolean new variable it is kind of strange not to have a choice between
True or False init (or 1 , 0)
But then if doing a test if(..)
between boolean and "False" it seems to work but if testing with True
test is wrongly passed

For me only using int var. with 1 or 0 would work correctly..
anybody having the same problem ?
I am seeing that with latest version I can not reproduce easily the problem..