- Joined
- Dec 12, 2019
- Messages
- 16
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- RMMV
So I'm not sure if this can even be done. What I wish to do is add parameters to my plugins parameter list depending on a parameter the user entered. I know that's confusing so I'll try to give an example.
param NUM_TO_HAVE [user give a number here]
Param NUM_1 [Value] (These only show if the user has given a number that is >= to it)
param NUM_2 [Value]
Up to the user-defined number. All of this should be in the plugin manager itself.
I really hope that's clear enough, if not I'll try again to explain it.
Thank you very much for any help!
Edit to make things more clear:
Link to pic because I can't get it to show.
I'd like to add those 3 parameters for every card the player adds under "Total number of cards"
param NUM_TO_HAVE [user give a number here]
Param NUM_1 [Value] (These only show if the user has given a number that is >= to it)
param NUM_2 [Value]
Up to the user-defined number. All of this should be in the plugin manager itself.
I really hope that's clear enough, if not I'll try again to explain it.
Thank you very much for any help!
Edit to make things more clear:
Link to pic because I can't get it to show.
I'd like to add those 3 parameters for every card the player adds under "Total number of cards"
Last edited:


