Is there a way to update variables?
Mr.Dot
23 Apr 2021, 17:31What 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:34Hello.
https://docs.textadventures.co.uk/squiffy/attributes.html
Mr.Dot
23 Apr 2021, 17:40Oh, i completly forgot about attributes