Databox : How to create modifier by script

Hello! Im trying to find how to add modifier to InWithModifierType by script to do something like that:
6477563--727475--upload_2020-10-31_18-29-55.png

For the moment I have found the function that add one, but I absolutly don’t know how to use it:

newTable.newGladiatorPrice.modifiers.Add(“myModifier”, myModifier);

Since there isn’t that much documentation about Databox functions I was wondering if someone could help me with this.

Unless a plugin is extremely popular, it’ll be hard to find someone here that knows it. You are usually better off seeking help from sources that are specifically associated with that plugin; e.g. contacting the creator, or using forums/chat/etc. created specifically for that plugin (if any).

But as a general remark, understanding this sort of function usually comes down to understanding the data type that you’re adding. If you know how “modifiers” work and what variables control their working, then you can probably guess what parameters you’d need to supply in order to add one.