X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=share%2Fmenu.yaml;h=248592bc1f66dd14f9dd626ffe2a5ec2b074e55f;hp=c022ee4ac5405c3791a62175751821d611538506;hb=9b6a261f10c05915d03283e8191a8ee03829a8ff;hpb=bce262fa2138d595d957313593ba98efe60e9e2d diff --git a/share/menu.yaml b/share/menu.yaml index c022ee4..248592b 100644 --- a/share/menu.yaml +++ b/share/menu.yaml @@ -70,7 +70,7 @@ menu:delete_account: prompt: Are you certain you wish to permanently delete your account? menu:delete_avatar: - action: user.delete_avatar(user.account.getlist("avatars")[int(choice)-1]) + action: user.delete_avatar(user.account.get("avatars")[int(choice)-1]) action_a: pass branch: main_utility branch_a: main_utility @@ -111,9 +111,9 @@ menu:main_utility: choice_d: delete an unwanted avatar choice_l: leave example for now choice_p: permanently remove your account - demand_a: user.account.getlist("avatars") - demand_c: len(user.account.getlist("avatars")) < universe.categories["internal"]["limits"].getint("max_avatars") - demand_d: user.account.getlist("avatars") + demand_a: user.account.get("avatars") + demand_c: len(user.account.get("avatars")) < universe.categories["internal"]["limits"].get("max_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 of Example. You can also leave or permanently delete your account. prompt: What would you like to do?