I know lax wants to keep the UI label aray limited but after rippign thought the readme and the ones we have now i don't see how it coulkd grow to far out of control as long as we all keep teh same labels. and in addition to the one plaz has sticked here i've thought of a few.
here are some additons i'd like t see
Code: Select all
// 1000-1999: $char()
{1016, "$char(exp)"},
{1017, "$char(aa,exp)},
// 4000-4999 buff info
{4000, "$char(buff,1,durationsecs)"},
{4001, "$char(buff,2,durationsecs)"},
{4002, "$char(buff,3,durationsecs)"},
{4003, "$char(buff,4,durationsecs)"},
{4004, "$char(buff,5,durationsecs)"},
{4005, "$char(buff,6,durationsecs)"},
{4006, "$char(buff,7,durationsecs)"},
{4007, "$char(buff,8,durationsecs)"},
{4008, "$char(buff,9,durationsecs)"},
{4009, "$char(buff,10,durationsecs)"},
{4010, "$char(buff,11,durationsecs)"},
{4011, "$char(buff,12,durationsecs)"},
{4012, "$char(buff,13,durationsecs)"},
{4013, "$char(buff,14,durationsecs)"},
{4014, "$char(buff,15,durationsecs)"},
{4015, "$char(buff,1,mod)"},
{4016, "$char(buff,2,mod)"},
{4017, "$char(buff,3,mod)"},
{4018, "$char(buff,4,mod)"},
{4019, "$char(buff,5,mod)"},
{4020, "$char(buff,6,mod)"},
{4021, "$char(buff,7,mod)"},
{4022, "$char(buff,8,mod)"},
{4023, "$char(buff,9,mod)"},
{4024, "$char(buff,10,mod)"},
{4025, "$char(buff,11,mod)"},
{4026, "$char(buff,12,mod)"},
{4027, "$char(buff,13,mod)"},
{4028, "$char(buff,14,mod)"},
{4029, "$char(buff,15,mod)"},
{4030, "$char(song,1,durationsecs)"},
{4031, "$char(song,2,durationsecs)"},
{4032, "$char(song,3,durationsecs)"},
{4033, "$char(song,4,durationsecs)"},
{4034, "$char(song,5,durationsecs)"},
{4035, "$char(song,6,durationsecs)"},
{4036, "$char(song,1,mod)"},
{4037, "$char(song,2,mod)"},
{4038, "$char(song,3,mod)"},
{4039, "$char(song,4,mod)"},
{4040, "$char(song,5,mod)"},
{4041, "$char(song,6,mod)"},


