#How do I make it so that i can make a custom list when I'm making custom commands.
1 messages · Page 1 of 1 (latest)
This would require creating your own argument type in an addon, you can check DefaultTypes for examples, I'll look into adding a tutorial for this soon.
ok thanks
The custom list specifically requires an argument type with a suggestions definition, I recommend looking at the Tool type for a simple example.
tool type?
wheres that
oh nvm found it