From aa3ab74b003dfe917d7601ca5a835bbfb12f195c Mon Sep 17 00:00:00 2001 From: InspectorCaracal Date: Mon, 26 Sep 2022 12:42:36 -0600 Subject: [PATCH] forgot to put in the path --- evennia/contrib/rpg/character_creator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/rpg/character_creator/README.md b/evennia/contrib/rpg/character_creator/README.md index 16965b7e9f..612e19aa5c 100644 --- a/evennia/contrib/rpg/character_creator/README.md +++ b/evennia/contrib/rpg/character_creator/README.md @@ -31,7 +31,7 @@ class Account(ContribChargenAccount): ``` By default, the new `charcreate` command will reference the example menu provided by the contrib, so you can test it -out before building your own menu. You can reference [the example menu here]() for ideas on how to build your own. +out before building your own menu. You can reference [the example menu here](/evennia/contrib/rpg/character_creator/example_menu.py) for ideas on how to build your own. Once you have your own menu, just add it to your settings to use it. e.g. if your menu is in mygame/word/chargen_menu.py, you'd add the following to your settings file: