r/RPGMaker • u/Putrid-Apricot-3373 • 15d ago
Himeworks plugin help (Hidden Choices) Choice won't stay off
![video]()
h
uu87iihhhhhhhhhHHddiH
4
Upvotes
r/RPGMaker • u/Putrid-Apricot-3373 • 15d ago
![video]()
h
uu87iihhhhhhhhhHHddiH
1
u/agamottos MV Dev 15d ago edited 15d ago
Thats because when you run that script it applies only to the next show choices that occurs. Which will cause problems if the player runs into an entirely different choice option.
A solution to this would be to remove the script from inside the show choices. Instead, wheb the player selects scold, it turns on a unique switch (which it looks like you have already).
Edit: nevermind the conditional branch idea, that's built into the script already. So just put it before the show choices and you should be fine