Is there a way to update variables?

Mr.Dot
23 Apr 2021, 17:31

What I mean is like an inventory system:

[Pick up photo]:
{item} received!

[Pick up apple]:
{item} received!

or do you just do:

{if seen Pick up apple:item=apple}
{if seen Pick up photo:item=photo}


K.V.
23 Apr 2021, 17:34

Hello.

https://docs.textadventures.co.uk/squiffy/attributes.html


Mr.Dot
23 Apr 2021, 17:40

Oh, i completly forgot about attributes