- Joined
- Sep 9, 2020
- Messages
- 7
- Reaction score
- 2
- First Language
- Portuguese
- Primarily Uses
- RMMV
Guys, I am at least 3h trying to understand what´s wrong.
So, a bit of context before my ask for help.
The scene is:
1- The hero enters at the Pub. The waitress come to him to ask for help with the costumers.
In this point there is a variable call "Waitress Quest" sets to value 1 (because the quest will continue later so I will only add a new value for the variable to go to the next step of the quest.
2- She waits for you in the bar counter to give you the first part of the quest, that is, pick up some beer at the barrel and give it to the clients in the bar. (In this part there is a new Variable called "Berr clients" sets to 1)
Untill here everything is ok.
The problem is:
You can talk to the clients at the bar before taking the first part of the quest (step 2). The clients have 3 pages each in its event:

The second page of the event is with the condition to only happen if the Variable "Beer Clients" is higher than or equal to 2, but even without the variable in this value, when I talk to the npc it´s executing the second page.
Same happens with the barrel where I should take the beer: It is supposed to only work with the same variable >= 1, but it´s executing even with the variable in 0 (i know the value because I asked to show me the value in one of the dialogues.
Anyone can help me? What am I doing wrong?
(Pretty sure it's something obvious that I am not seeing)
So, a bit of context before my ask for help.
The scene is:
1- The hero enters at the Pub. The waitress come to him to ask for help with the costumers.
In this point there is a variable call "Waitress Quest" sets to value 1 (because the quest will continue later so I will only add a new value for the variable to go to the next step of the quest.
2- She waits for you in the bar counter to give you the first part of the quest, that is, pick up some beer at the barrel and give it to the clients in the bar. (In this part there is a new Variable called "Berr clients" sets to 1)
Untill here everything is ok.
The problem is:
You can talk to the clients at the bar before taking the first part of the quest (step 2). The clients have 3 pages each in its event:



The second page of the event is with the condition to only happen if the Variable "Beer Clients" is higher than or equal to 2, but even without the variable in this value, when I talk to the npc it´s executing the second page.
Same happens with the barrel where I should take the beer: It is supposed to only work with the same variable >= 1, but it´s executing even with the variable in 0 (i know the value because I asked to show me the value in one of the dialogues.
Anyone can help me? What am I doing wrong?
(Pretty sure it's something obvious that I am not seeing)