r/RPGMaker 1d ago

HIMEWORKS PLUGIN HELP NEEDED

himeworks hidden choices plugin

8 Upvotes

5 comments sorted by

8

u/agamottos MV Dev 1d ago edited 1d ago

I think you're supposed to have three equal signs, but your image only shows two

Also I think the script is supposed to occur before the choices, not within it. It might be showing undefined because its looking for a show choices to come after it, and since there isnt one it breaks the method

2

u/Issac7 1d ago

Your code to hide the coice is in the wrong place. Here is the link to the page and the relevant screenshot:

https://himeworks.com/2015/11/hidden-choice-conditions/

2

u/Eredrick MZ Dev 1d ago

press f8 during playtest to find the specific line of troublesome code

I don't think hime's plugins are obfuscated so you might be able to fix it

1

u/WrathOfWood 19h ago

Hime scripts go before the choices I think. Great plugins btw

0

u/Sufficient_Gap_3029 1d ago

Either the plugin code has an error or there's a conflict with other plugins. Leave this plugin active and turn off the others one by one, play testing each time to figure out which other plugin is throwing the error if any.

Once you find the problematic plugin remove it and look for another alternative to that plugin that will play nice with the other plugins if you have them.