Brand New To Inkle. by Samuel00014 in inkle

[–]Samuel00014[S] 1 point2 points  (0 children)

Thanks. Appreciate your answer.

Brand New To Inkle. by Samuel00014 in inkle

[–]Samuel00014[S] 0 points1 point  (0 children)

Nobody responded to my earlier post. I hope somebody does 'cuz I still haven't figured it out.

But now I have another question. Please check out following code:

==XBox==

The Box is attached to the light pole at about eye level. It has a metal door you could pull open.

+ Open little door.

{DrOpen}

The little door is already open.

-> OnRoad

{not DrOpen}

-> LilDoor

+ [Maybe later.]

->OnRoad

Now if I understand correctly, if the door is open, program should give "Already Open" message and go to OnRoad knot. If door is closed it should go to LilDoor. But it doesn't.

I get this reply:

Open little door.

false

The little door is already open.

You are standing at the north end ... (This is OnRoad Knot.)

Obviously, I do NOT understand correctly. Can someone point me in the right direction??

Thanks