Skip to content

How to change the text of "You say," and "says," #3215

Discussion options

You must be logged in to vote

You control this from the Character class, especially by overriding the at_say method. If you investigate the say command you'll find that it is calling this method on the caller to determine how they would say the message and where to send it to. This is where the say/says strings are added.

Here's where the at_say method is covered in the docs.

Hope that helps!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Griatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants