depwl9992 / anomalyjobs

Automatically exported from code.google.com/p/anomalyjobs
0 stars 0 forks source link

'Last Modified By' column for +jobs #176

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is this a new command or change to an existing one?

This is an update to +jobs

If a new command, write suggested syntax and describe what the command
does:

Update to +jobs so that users can know which player was the last to modify a 
job.

Have you coded this?  If so, please attach a patch.

&DISPLAY_L Job Database 
<JD>=[u(%va/FN_STREXACT,ifelse(isdbref(get(%0/MODIFIED_BY)),name(get(%0/MODIFIED
_BY)),-),default(%#/JOBSWIDTH_L,16))]

&HEADER_L Job Database <JD>=u(FN_STREXACT,Modified 
By,default(%#/JOBSWIDTH_L,16))

&FOREACH_LEFTOVER Job Database 
<JD>=%b[inc(switch(%0,#,default(%#/JOBSWIDTH_#,8),A,default(%#/JOBSWIDTH_A,16),B
,default(%#/JOBSWIDTH_B,5),C,default(%#/JOBSWIDTH_C,8),D,default(%#/JOBSWIDTH_D,
8),F,default(%#/JOBSWIDTH_F,4),L,default(%#/JOBSWIDTH_L,16),M,default(%#/JOBSWID
TH_M,8),O,default(%#/JOBSWIDTH_O,16),S,default(%#/JOBSWIDTH_S,8),0))]

Please provide any additional information below.

The field should also be included in +jhelp uconfig

Original issue reported on code.google.com by darcn...@gmail.com on 26 Nov 2014 at 5:38