You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConsoleHelper.WriteMessage(ConsoleHelper.Type.Warning,$"Bot {i} failed to initialize. Retrying in {retryDelayTime.TotalMilliseconds}ms...",ConsoleColor.DarkYellow);
Console.WriteLine("\t character: character to use (created if it does not exist)");
328
330
Console.WriteLine("\t script: script file to execute\n\t if script is not specified, default trainer bot will be used");
329
331
Console.WriteLine("\t autoconnect: (default true) true to automatically connect/disconnect to server with initDelay timeout between connection attempts for bots, false otherwise");
332
+
Console.WriteLine("\t initAttempts: (default 5) number of attempts to make when initializing each bot (uses exponential backoff retry strategy)");
330
333
Console.WriteLine("\t --: Any arguments passed after '--' will be available in a script under the '$args' array");
0 commit comments