ID:136816
 
Could it be expanded so we could do it like this:

proc
set background = 1
Do_Thing()
Do_Something()
Do_Something_Else()

instead of:

proc
Do_Thing()
set background = 1
Do_Something()
set background = 1
Do_Something_Else()
set background = 1

It isn't that big of a deal but some sort of grouping feature where we could set an option for a group of verbs/procs would be nice. It would also be usefule with hidden, category, ect.