Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

How exactly do you disable this plugin on the fly?

A topic by NEETpride created Mar 08, 2022 Views: 113 Replies: 1
Viewing posts 1 to 3

I want to make it only special battles are animated. The plugin command to enable it works fine, but it's not clear how to disable it.  `JM_EBB.enabled(disable)` & `JM_EBB.disabled(enable)` do nothing.

Thanks again for making such a dank mod btw!

Okay figured it out. It actually has to be a Script call, and the text entered has to be `JM_EBB.enabled(false)` without tildes. Unlike with JM_EBB.setConfiguration(to), you don't need to put the function input in double quotes. `JM_EBB.setConfiguration("exampleConfiguration")` vs `JM_EBB.enabled(false)`