Accepts text commands to perform specific functions.
In EQ2, if someone were to type "/act end", the parser would split apart the resulting text and send "end" to this method.
- commandText (String)
- The stripped down command text such as, "end", "add Player", "clip last"