[DiscordArchive] Couldn't you just use `conditions` for it?
[DiscordArchive] Couldn't you just use `conditions` for it?
Archived author: Kitzunu • Posted: 2021-05-13T17:45:14.054000+00:00
Original source
Couldn't you just use `conditions` for it?
Archived author: Kitzunu • Posted: 2021-05-13T17:45:37.815000+00:00
Original source
my bad I dont think we have anything for it x)
Archived author: Kitzunu • Posted: 2021-05-13T17:45:46.368000+00:00
Original source
hm
Archived author: Revision • Posted: 2021-05-13T17:46:21.021000+00:00
Original source
I've tried everything I've found and nothing works, and I have no access to stuff that holds the actual values
Archived author: Kitzunu • Posted: 2021-05-13T17:47:10.589000+00:00
Original source
Well I don't know. I am reworking npc_trainer atm so adding a handler for it now would be bad
Archived author: Kitzunu • Posted: 2021-05-13T17:47:28.753000+00:00
Original source
or at least wasted work
Archived author: Honey • Posted: 2021-05-13T17:48:20.935000+00:00
Original source
afaik you can use the `create_sql` script to add a query to your module. never tried that procedure tho.
Archived author: Revision • Posted: 2021-05-13T17:48:37.721000+00:00
Original source
Yeah most likely. I know it's not exactly highly needed, but I'm working on a module that would need to have it. I know I could just use queries to add it to the database and remove it when it's no longer needed but that feels bad.
Archived author: Kitzunu • Posted: 2021-05-13T17:49:04.138000+00:00
Original source
Well the easiest way will always be to delete the entries from the db
Archived author: Revision • Posted: 2021-05-13T17:50:31.361000+00:00
Original source
The module is a progressive system so adding entries (and removing) from the database would be the best bet? Either way I guess users would have to accept the settings sticking around, but I could just as easy just remove entries that don't fit in with the config option I guess. I'll stick to it for the time being anyway, and maybe in the future if it changes I can just change the module.