Files
Bubberstation/code/modules/admin/verbs/SDQL2
SkyratBot f15dcf1d69 [MIRROR] Adds a seperate pick proc to work on lists [MDB IGNORE] (#11779)
* Adds a seperate pick proc to work on lists (#65178)

Because of how arglist() works, _pick was only working on args matching
the format pick(1, 2 ,3)

Because this is logic that happens inside pick itself, and I can't
figure out the proper way to actually pass things in, I've created
_pick_list so admins have a sane way to pick from lists.

* Adds a seperate pick proc to work on lists

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
2022-02-28 12:10:36 -05:00
..