Search found 8 matches

by startfromzero
Sat Jan 15, 2022 5:56 am
Forum: Quest Machine
Topic: Is there any way I can see the real time values of each variable at run time?
Replies: 3
Views: 863

Is there any way I can see the real time values of each variable at run time?

Is there any way I can see the real time values of each variable at run time?
by startfromzero
Fri Jan 14, 2022 10:37 pm
Forum: Quest Machine
Topic: There seems to be something wrong with the timer in my project
Replies: 2
Views: 619

There seems to be something wrong with the timer in my project


Check out the video I made. There seems to be something wrong with the timer in my project
by startfromzero
Fri Jan 14, 2022 8:04 pm
Forum: Quest Machine
Topic: There's something wrong with the subtraction of counters
Replies: 6
Views: 1019

Re: There's something wrong with the subtraction of counters

If do this, the mission is an immediate success.Because the conditions for success are zero or less. To avoid immediate success, I set the initial value to 1.what I want is that counter to start at 1.And I tried what you said, and it still didn't work. Looks like "Set Counter Value to one"...
by startfromzero
Fri Jan 14, 2022 7:50 am
Forum: Quest Machine
Topic: There's something wrong with the subtraction of counters
Replies: 6
Views: 1019

Re: There's something wrong with the subtraction of counters

https://streamable.com/esbpnh https://streamable.com/1uznne I found that if the automatic start parameter is the same as the one set in the counter, the task will increment the count at the same time it starts, which is not what I want. What I want is for the first message to trigger the task to st...
by startfromzero
Fri Jan 14, 2022 7:11 am
Forum: Quest Machine
Topic: There's something wrong with the subtraction of counters
Replies: 6
Views: 1019

There's something wrong with the subtraction of counters

I set up a counter for a task that uses messages to add or subtract. "Modify by parameter" is used to set the conditions for receiving A message to increase by 1 (the parameter is 1) and receiving B message to decrease by 1 (the parameter is -1). The initial value is 1 and the condition is...