X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=menu;h=3c67466cc6f3996b9dbe77cc240f674bcd1a2866;hp=2d4b3aa7a1c3509234ad7a73b6e39c3ab55eb3e7;hb=7b8056e7b2eac4fb4e87708afa3de90c3fc02032;hpb=fecd4c0fc49593052697b8cf199603cf1fac2b61 diff --git a/menu b/menu index 2d4b3aa..3c67466 100644 --- a/menu +++ b/menu @@ -30,13 +30,13 @@ prompt = $(red)Closing your previous connection...$(nrm)$(eol) [menu:choose_name] prompt = Choose a name for $(tpop): description = Your new avatar needs a name. This will be the name with which $(tpsp) grew up, and will initially be the name by which $(tpsp) is known in the world of Example. There are ways for your new avatar to make a name for $(tpop)self over time, so $(tpsp) won't be stuck going by such an unremarkable name forever. -create_1 = muffmisc.random_name() -create_3 = muffmisc.random_name() -create_2 = muffmisc.random_name() -create_5 = muffmisc.random_name() -create_4 = muffmisc.random_name() -create_7 = muffmisc.random_name() -create_6 = muffmisc.random_name() +create_1 = random_name() +create_3 = random_name() +create_2 = random_name() +create_5 = random_name() +create_4 = random_name() +create_7 = random_name() +create_6 = random_name() branch = active action = user.avatar.set("name", user.menu_choices[choice])