Imported from archive.
[mudpy.git] / menu
1 [control]
2 read_only = yes
3
4 [menu:active]
5 prompt = >
6
7 [menu:checking_new_account_name]
8 action_d = user.account.delete()
9 action_g = user.account.delete()
10 branch_d = disconnecting
11 branch_g = entering_account_name
12 branch_n = entering_new_password
13 choice_d = disconnect now
14 choice_g = go back
15 choice_n = new account
16 default = d
17 description = There is no existing account for "$(account)" (note that an account name is not the same as a character name). Would you like to create a new account by this name, go back and enter a different name or disconnect now?
18 prompt = Enter your choice:
19
20 [menu:checking_password]
21 echo = off
22 error_incorrect = Incorrect password, please try again...
23 prompt = Password:
24
25 [menu:choose_gender]
26 action = user.avatar.set("gender", user.menu_choices[choice])
27 branch = choose_name
28 choice_f = female
29 choice_m = male
30 description = First, your new avatar needs a gender. In the world of Example, all avatars are either male or female.
31 prompt = Pick a gender for your new avatar:
32
33 [menu:choose_name]
34 action = user.avatar.set("name", user.menu_choices[choice])
35 branch = main_utility
36 branch_m = choose_name
37 choice_m = generate more names
38 create_1 = random_name()
39 create_3 = random_name()
40 create_2 = random_name()
41 create_5 = random_name()
42 create_4 = random_name()
43 create_7 = random_name()
44 create_6 = random_name()
45 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.
46 prompt = Choose a name for $(tpop):
47
48 [menu:disconnecting]
49 description = $(red)Disconnecting...$(nrm)
50
51 [menu:disconnecting_duplicates]
52 prompt = $(red)Closing your previous connection...$(nrm)$(eol)
53
54 [menu:entering_account_name]
55 description = Welcome to the mudpy example...
56 error_bad_name = Your account name needs to contain only digits (0-9) and letters (a-z).
57 prompt = Identify yourself:
58
59 [menu:entering_new_password]
60 echo = off
61 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.
62 prompt = Enter a new password for "$(account)":
63 error_differs = The two passwords did not match. Try again...
64
65 [menu:main_utility]
66 action_c = user.new_avatar()
67 branch_a = active
68 branch_c = choose_gender
69 branch_d = delete_avatar
70 branch_l = disconnecting
71 branch_p = delete_account
72 choice_a = activate an existing avatar
73 choice_c = create a new avatar
74 choice_d = delete an unwanted avatar
75 choice_l = leave example for now
76 choice_p = permanently remove your account
77 demand_a = user.account.get("avatars")
78 demand_c = len(user.account.getlist("avatars")) < universe.categories["internal"]["limits"].getint("max_avatars")
79 demand_d = user.account.get("avatars")
80 description = From here you can activate, create and delete avatars. An avatar is your persona in the world of Example.
81 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.
82 prompt = What would you like to do?
83
84 [menu:verifying_new_password]
85 echo = off
86 prompt = Enter the same new password again:
87