Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Show last changed variable

I have 3 variables. One of them will always be shown in the window. But I want that Twine always shows the last changed variable.

Exp.
A = 0
B = 0
C = 0

First change: A +1 = 1
Twine shows A
In background but not shown
B = 0
C = 0


Second Change : B + 1 = 1
Twine shows B
In background but not shown
A = 1
C = 0


Thrid Change A + 1 = 2
Twine shows A
In background but not shown
B = 1
C = 0

How do I do that ? Thanks for your help in advance

Comments

Sign In or Register to comment.