Page 1 of 1

How to update state after remove a counter?

Posted: Thu Nov 30, 2023 10:58 am
by TrueHumanSoul
Hello!
I'm trying to create a simple delivery mission with a counter. The problem is that, after picking up a package I send a message to "Set to Literal Value 1", so my Condition node become "Completed" (Package 1/1) and Quest moves to a part "Delivery to a specific point".
The problem is that I can lose this package, and when it happens, i send a message to "Set a Literal value of 0" (Package 0/1). But my node still got a "Completed" status, so I can't make that quest properly. Restarting whole quest is a bad idea because this "Delivery" mission is a part of a bigger mission.
Can someone give me an advice of how to make it right?

Re: How to update state after remove a counter?

Posted: Thu Nov 30, 2023 11:34 am
by Tony Li

Re: How to update state after remove a counter?

Posted: Thu Nov 30, 2023 11:36 am
by TrueHumanSoul
Thanks you once again for your help! =)

Re: How to update state after remove a counter?

Posted: Thu Nov 30, 2023 2:51 pm
by Tony Li
Happy to help!