X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=menu;h=eb1d270718f96b1b69e31cfeb469bf6948c2283f;hb=ab7fb385d9b58cd6ca9b0156e8f1780f5ce3e750;hp=ed46e9cdc8ee2eda09c1f1f5545df719346d0583;hpb=79cc54a39aee0b96ff65c5b671812b6560266efe;p=mudpy.git diff --git a/menu b/menu index ed46e9c..eb1d270 100644 --- a/menu +++ b/menu @@ -16,8 +16,8 @@ prompt = Whom would you like to awaken? prompt = > [menu:checking_new_account_name] -action_d = user.account.delete() -action_g = user.account.delete() +action_d = user.account.destroy() +action_g = user.account.destroy() branch_d = disconnecting branch_g = entering_account_name branch_n = entering_new_password @@ -58,7 +58,7 @@ description = Your new avatar needs a name. This will be the name with which $(t prompt = Choose a name for $(tpop): [menu:delete_account] -action_y = user.delete() +action_y = user.destroy() branch_n = main_utility branch_y = disconnecting choice_n = no, don't delete my account @@ -95,6 +95,8 @@ error_weak = That is a weak password... Try something at least 7 characters long prompt = Enter a new password for "$(account)": error_differs = The two passwords did not match. Try again... +[menu:initial] + [menu:main_utility] action_c = user.new_avatar() branch_a = activate_avatar