<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mygamingtalk.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Max_users</id>
	<title>Max users - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mygamingtalk.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Max_users"/>
	<link rel="alternate" type="text/html" href="https://mygamingtalk.com/wiki/index.php?title=Max_users&amp;action=history"/>
	<updated>2026-04-19T13:01:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://mygamingtalk.com/wiki/index.php?title=Max_users&amp;diff=1439&amp;oldid=prev</id>
		<title>Palota: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://mygamingtalk.com/wiki/index.php?title=Max_users&amp;diff=1439&amp;oldid=prev"/>
		<updated>2023-02-13T07:02:32Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 07:02, 13 February 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Palota</name></author>
	</entry>
	<entry>
		<id>https://mygamingtalk.com/wiki/index.php?title=Max_users&amp;diff=1438&amp;oldid=prev</id>
		<title>Palota: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://mygamingtalk.com/wiki/index.php?title=Max_users&amp;diff=1438&amp;oldid=prev"/>
		<updated>2021-07-13T19:06:03Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{process header&lt;br /&gt;
 | title    = Max Users&lt;br /&gt;
 | section  =&lt;br /&gt;
 | previous = [[Omni-Bot_Map_Scripting | Omni-Bot_Map_Scripting]] &lt;br /&gt;
 | next     = &lt;br /&gt;
 | shortcut =&lt;br /&gt;
 | notes    =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Within a map sometimes you will want to change the number of bots that will focus on a goal.&lt;br /&gt;
&lt;br /&gt;
Lll that is required is to use the command &amp;quot;&amp;#039;&amp;#039;Util.SetMaxUsers&amp;#039;&amp;#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Have a look at this example taken from a standard script&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;java&amp;quot;&amp;gt; &lt;br /&gt;
global OnMapLoad = function()&lt;br /&gt;
{&lt;br /&gt;
        // Max users per goal&lt;br /&gt;
	Util.SetMaxUsers( 1, &amp;quot;ATTACK_.*&amp;quot; );&lt;br /&gt;
	Util.SetMaxUsers( 1, &amp;quot;DEFEND_.*&amp;quot; );&lt;br /&gt;
	Util.SetMaxUsers( 1, &amp;quot;GRENADE_.*&amp;quot; );&lt;br /&gt;
	Util.SetMaxUsers( 1, &amp;quot;MOUNTMG42_.*&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The number is purely the number of bots then in the quote marks the name of the mapgoal(s).  Use the same method for any other mapgoals you might what to change increase or decrease.&lt;br /&gt;
&lt;br /&gt;
Although this example is from the OnMapLoad section you can also use the same command in any &amp;quot;function( trigger )&amp;quot; of the Global Map section.&lt;/div&gt;</summary>
		<author><name>Palota</name></author>
	</entry>
</feed>