EditMaxChars

Format: EditMaxChars int,

Example: EditMaxChars 11,

Purpose: Can't write more than that amount of Chars into the EditBox. Chars that take more than one byte take multiple slots. For example 11 can be 1234567890A or ÄÄÄÄÄA as Ä take 2 bytes. Pasting text into with a longer text is rejected.

Used in: EDITBOX, GLUEEDITBOX, SLASHCHATBOX