Yeah, that did it alright. I was thinking that something was missing but didn't know where to start.
Thanks for the help everyone! That actually went a lot more smoothly than I expected.
Note: for the stock tbaMUD code, in structs.h...
#define CON_TRIGEDIT 26 /**< OLC mode - trigger edit */
#define CON_HEDIT 27 /**< OLC mode - help edit */
#define CON_QEDIT 28 /**< OLC mode - quest edit */
#define CON_PREFEDIT 29 /**< OLC mode - preference edit */
#define CON_IBTEDIT 30 /**< OLC mode - idea/bug/typo edit */
#define CON_GET_PROTOCOL 31 /**< Used at log-in while attempting to get protocols > */
+#define CON_QRACE 32 /**< Choose Character Race */
Other than that, it's following the instructions from the file that Rumble mentioned earlier.