March 14, 201511 yr comment_163094 Currently, entering "CTC" into the chat transforms it into "Creature Transfer Code: CTC". This is way overly optimistic, and will trigger on phrases such as "CTC sent". The transform should instead check that CTC is followed by "[0-9]+[A-Z]{5}[0-9]{2}" (in the form of a regex) The reason I do not suggest that it check for the presence of "MDC" is because a partial CTC, such as what is used to check information about the creature via clickables, should still be transformed. The ITC (Item Transfer Code) and ATC (Avatar Transfer Code) transforms also suffer from the same problem, and can be solved with the same regex solution. Report
March 20, 201511 yr Root Admin comment_163297 CTC's do not fit the pattern you have suggested. Report
March 20, 201511 yr Author comment_163320 The full CTC does not, yes, but the initial part, before MDC does. I believe that partial CTCs, such as is used for checking information on the creature via clickables, should still be highlighted, which is why I suggested that pattern. Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.