ID:1250093
 
Keywords: ordering, verb
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
If possible, can we have an additional verb setting?
In my right click menu, I want to be able to set the order on which the verbs appear.

mob/verb/Download()
set order = 1
mob/verb/Upload()
set order = 2
mob/verb/Ban()
set order = 3
mob/verb/Unban()
set order = 4


The way they appear now:
This would be nice ^^.
Would items in the same category without an order number just display as per normal? If so +1

Could you have additional orders such as first and last? Leaving the middle to be unordered?
++
insert obligatory "statpanels for verbs are obsolete" discussion.

But, sure, some type of control over organization of verbs would make sense.
Statpanels aren't the only place that this menu appears. It would be nice for some organization.
It would be wonderful to have the capability on doing this in various ways, potentially with an in-game modifiable one, instead of compile-time.