Imported from archive.
[mudpy.git] / lib / menus / miscellaneous
1 [active]
2 prompt = >
3
4 [disconnecting]
5 description = $(red)Disconnecting...$(nrm)
6
7 [main_utility]
8 description = From here you can activate, create and delete avatars. An avatar is your persona in the world of Example.
9 choice_a = activate an existing avatar
10 #branch_a = activate_avatar
11 branch_a = active
12 choice_c = create a new avatar
13 action_c = user.new_avatar()
14 branch_c = choose_gender
15 choice_d = delete an unwanted avatar
16 branch_d = delete_avatar
17 choice_l = leave example for now
18 branch_l = disconnecting
19 choice_p = permanently remove your account
20 branch_p = delete_account
21 prompt = What would you like to do?
22 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.
23
24 [choose_gender]
25 description = First, your new avatar needs a gender. In the world of Example, all avatars are either male or female.
26 choice_f = female
27 choice_m = male
28 action = user.avatar.rec("gender", user.menu_choices[choice])
29 branch = choose_name
30 prompt = Pick a gender for your new avatar:
31
32 [choose_name]
33 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.
34 create_1 = muffmisc.random_name()
35 create_2 = muffmisc.random_name()
36 create_3 = muffmisc.random_name()
37 create_4 = muffmisc.random_name()
38 create_5 = muffmisc.random_name()
39 create_6 = muffmisc.random_name()
40 create_7 = muffmisc.random_name()
41 action = user.avatar.rec("name", user.menu_choices[choice])
42 branch = active
43 prompt = Choose a name for $(tpop):
44