X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=lib%2Fmenus%2Fmiscellaneous;h=ef18de50fbdd7fb63e7767b50a3a2f39cf4d1fc3;hb=da136e612520ef6a3a19d99563e44b6518f91e7e;hp=f93a6c3d0d7f8b80f8df4bbc0bbbd0f69801e74a;hpb=1ff00115321d800bec7313a3fdfc97a8b0b006fa;p=mudpy.git diff --git a/lib/menus/miscellaneous b/lib/menus/miscellaneous index f93a6c3..ef18de5 100644 --- a/lib/menus/miscellaneous +++ b/lib/menus/miscellaneous @@ -1,3 +1,44 @@ +[active] +prompt = > + [disconnecting] description = $(red)Disconnecting...$(nrm) +[main_utility] +description = From here you can activate, create and delete avatars. An avatar is your persona in the world of Example. +choice_a = activate an existing avatar +#branch_a = activate_avatar +branch_a = active +choice_c = create a new avatar +action_c = user.new_avatar() +branch_c = choose_gender +choice_d = delete an unwanted avatar +branch_d = delete_avatar +choice_l = leave example for now +branch_l = disconnecting +choice_p = permanently remove your account +branch_p = delete_account +prompt = What would you like to do? +error_no_avatars = You don't have any avatars yet. An avatar is your persona in the world of Example. It is recommended that you create one now. + +[choose_gender] +description = First, your new avatar needs a gender. In the world of Example, all avatars are either male or female. +choice_f = female +choice_m = male +action = user.avatar.rec("gender", user.menu_choices[choice]) +branch = choose_name +prompt = Pick a gender for your new avatar: + +[choose_name] +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_2 = muffmisc.random_name() +create_3 = muffmisc.random_name() +create_4 = muffmisc.random_name() +create_5 = muffmisc.random_name() +create_6 = muffmisc.random_name() +create_7 = muffmisc.random_name() +action = user.avatar.rec("name", user.menu_choices[choice]) +branch = active +prompt = Choose a name for $(tpop): +