- Joined
- Oct 23, 2017
- Messages
- 48
- Reaction score
- 38
- First Language
- English
- Primarily Uses
- RMVXA
So... I've been looking for some script that would enable me to make more choices or options and found Hime's choice options script and I got to say, it really works well when I use variables. But I have a question.
What do you type in the script call if you were to use switches?
Sure, I can type in;
disable_choice(1,"$game_variables[121] == 0") to disable one of the choices or type;
hide_choice(2,"$game_variables[123] == 0") to hide choices.
But, I would like to know how to script call to hide or disable choices when one of the choice's switch is not on.
Maybe I'm doing it wrong, I'm not really sure.
I used switches, a lot actually. I heard about having two conditions in one script call or something...
What do you type in the script call if you were to use switches?
Sure, I can type in;
disable_choice(1,"$game_variables[121] == 0") to disable one of the choices or type;
hide_choice(2,"$game_variables[123] == 0") to hide choices.
But, I would like to know how to script call to hide or disable choices when one of the choice's switch is not on.
Maybe I'm doing it wrong, I'm not really sure.
I used switches, a lot actually. I heard about having two conditions in one script call or something...
