I am confused. I have many options. I want to input multiple objects in a single command, such as
[1] BUY 3 torches
[2] BUY 2 swords and 1 torch
[3] BUY torch
I understand that there are many parsing UNDERSTAND options:
Understand "BUY [number][something]" as buying for option 1.
Understand "BUY [things]" as buying for option 2.
Understand "BUY [something]" as buying for option 3.
I can also say BUYING is groupable action if I want to use the Action on Groups extension.
However, is any of this redundant? Should I perhaps make a new command:
Bulk-buying is an action that applies to one number and one thing.
Understand "BUY [number][something]" as buying for option 1.
Bulk-buying is groupable action.
And then write rules for option 2 and 3 in parallel with option 1?
Anyone have some clarity here?