Re: Multiple Selection Dropdown
Posted: Fri Oct 09, 2015 5:57 pm
Yes, it still works this way.
Please note that the following are output-only (only sent to the display, never back to your RPG program):
For sending stuff back to your RPG, that will be done with the "value" property. So I could say the following property is both input/output:
You must also have the "multiple" property set to "true".
Please note that the following are output-only (only sent to the display, never back to your RPG program):
- choices
- choices values
For sending stuff back to your RPG, that will be done with the "value" property. So I could say the following property is both input/output:
- value
You must also have the "multiple" property set to "true".