property bigger than x do y

how do i setup logic bricks so they do this:
property bigger than 10
do
something

because if i put:
property equal to 11
and
do something

it doesnt always work. sometimes it skips 11 and continues with 12, 13, 14 etc.

Just choose the interval option, and make the high number really high. SO like, from 11 to 100.

thanks. :slight_smile:

or attach to an Always Sensor an Expression Controller with
“property > 10”
and the best way, use python