X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=share%2Fmenu.yaml;h=347f8d00a6064f2e48b8e834d14a3c880763fd0c;hb=b47129ad779aee1708e092e0538d7301c38aa850;hp=94865c144887dc89019b22d4f659ae3466bd7f43;hpb=9e357334820986ea1cbb73fc92123437cf74b226;p=mudpy.git diff --git a/share/menu.yaml b/share/menu.yaml index 94865c1..347f8d0 100644 --- a/share/menu.yaml +++ b/share/menu.yaml @@ -1,9 +1,10 @@ -# Copyright (c) 2004-2015 Jeremy Stanley . Permission -# to use, copy, modify, and distribute this software is granted under -# terms provided in the LICENSE file distributed with this software. +_copy: Copyright (c) 2004-2017 Jeremy Stanley . + Permission to use, copy, modify, and distribute this software is granted + under terms provided in the LICENSE file distributed with this software. -__control__: - read_only: yes +_desc: This is the standard library of menu definitions. + +_lock: true menu:activate_avatar: action: user.activate_avatar_by_index(int(choice)-1) @@ -94,7 +95,7 @@ menu:entering_account_name: menu:entering_new_password: echo: off error_weak: That is a weak password... Try something at least 7 characters long with a combination of mixed-case letters, numbers and punctuation/spaces. - prompt: "Enter a new password for \"$(account)\":" + prompt: 'Enter a new password for "$(account)":' error_differs: The two passwords did not match. Try again... menu:initial: @@ -112,7 +113,7 @@ menu:main_utility: choice_l: leave for now choice_p: permanently remove your account demand_a: user.account.get("avatars") - demand_c: len(user.account.get("avatars")) < universe.categories["internal"]["limits"].get("max_avatars") + demand_c: len(user.account.get("avatars")) < universe.contents["mudpy.limit"].get("avatars") demand_d: user.account.get("avatars") description: $(red)$(inc:banner.txt)$(nrm)$(eol)$(eol)From here you can awaken, create and delete avatars. An avatar is your persona in the World. You can also leave or permanently delete your account. prompt: What would you like to do?