I just started playing around with Evennia a few days back. I'm not well-versed in Python, but have a background in C. I dabbled with NakedMud before this, which was written in C with Python scripting. I really like Python and decided that making my next MUD with Evennia would be a great way to learn it. So far, so good!
The documentation is superb and I'm very happy for that, so my first question is not too technical in nature. I noticed that XTERM256 compatibility is checked and immediately tried to display some color goodness. I threw the XTERM color codes that I know at it and got nothing.
E.g. "say {161Test." spits out "You say "{161Test.""
I glanced through the source again and saw that it should definitely be taking a 3 digit color code, but cannot figure out what these color codes should be. What am I doing wrong?
Thanks for the help.