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:
| |||||||
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() The way they appear now: |
Apr 28 2013, 8:00 pm
|
|
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.
|