[Problem] Conversation items check

I spent a couple of hours, but did not understand how it works

(inside http://i.imgur.com/LzoM6Ol.png)

if i dont have items, then i dont see speech node after “hi” (but shoild see first)
if i have just one item, then i see second speech node (it works correctly)
if i have both items, then i see first speech node (“You dont have…” but shoild see third)

solved

You forgot to add ‘end’ node after each speech. It is supposed to be ‘accept’, ‘decline’ or ‘end conversation’. Maybe its the problem?
Here is working example:

no, even if need END, this give same result http://i.imgur.com/pY9TKUs.png
and you check only one node

I tried to simplify the test and the result has disappointed me totally

new test http://i.imgur.com/pR8ptpj.png

result if dont have: http://i.imgur.com/fRCZle6.jpg
result if have: http://i.imgur.com/0ZlSrfB.jpg

Oh, you didnt got it. That ‘TRUE’ or ‘FALSE’ flag is about complete item stuff (like materia for example) and has nothing to do with item amount. Set them both to false, and you are ready to go.
Here is my working example:

If item amount (amber) is >= 1, that string appears.

Thank you very much!

I really think that this is the result that should return condition

you are the best!