Add pause function to mamer
[capablanca.git] / lasker-2.2.3 / bots / mamer / help / listtourneyvars
1 listtourneyvars
2
3 Alias: vars <tourney number>
4
5 Usage: listtourneyvars
6
7 This command lists thr variables for the specified tourney number.  Here is a 
8 sample variable listing:
9
10 :           (T)ime:     4
11 :      (I)ncrement:     0
12 :         (R)ounds:     0
13 :    Max (P)layers:    16
14 :           (M)ode:     r (r)ated or (u)nrated
15 :          (S)tyle:     s (s)wiss or (r)oundrobin
16 :        (V)ariant:     w (w)ild, (r)egular, (b)ug, or (s)uicide
17 :      (W)ild Type:    10 (0), (1), (2), (3), (4), (5), (8), (9)8a, (10)fr
18 :     Rating (L)ow:     0
19 :    Rating (H)igh:  9999
20 :
21 :          Manager:  toddmf
22
23 The letters in () refer to the variable shortcut to be used when changing a
24 value for a variable.  Here is what the variables mean:
25
26     Time         -- Same as always: minutes to start the game with
27     Increment    -- Same as always: additional seconds per move
28     Rounds       -- Number of rounds in the tourney. If this is 0, mamer will 
29                     choose an optimal number of rounds.
30     Max Players  -- The tourney will automatically close and start when this
31                     many players have joined.
32     Mode         -- Will the tourney games be rated or unrated?
33     Style        -- Round Robin(everyone plays everyone) or Swiss System(system
34                     where, generally speaking, players play opponents with the
35                     same score in the tourney each round).
36     Variant      -- What type of game is being played? Regular is used for
37                     blitz, standard, and lightning.
38     Wild Type    -- This only appears when Variant is set to Wild. This is the
39                     type of wild that will be played.
40     Rating Low   -- Players with a rating lower than this cannot join.
41     Rating High  -- Players with a rating higher than this cannot join.
42     Manager      -- The handle of this tourney's manager.
43
44 See also: settourneyvar, swiss
45
46 [Last modified: September 1, 1998 -- toddmf]