<?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=Route_Goal</id>
	<title>Route Goal - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mygamingtalk.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Route_Goal"/>
	<link rel="alternate" type="text/html" href="https://mygamingtalk.com/wiki/index.php?title=Route_Goal&amp;action=history"/>
	<updated>2026-04-09T18:42:34Z</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=Route_Goal&amp;diff=1485&amp;oldid=prev</id>
		<title>Palota: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://mygamingtalk.com/wiki/index.php?title=Route_Goal&amp;diff=1485&amp;oldid=prev"/>
		<updated>2023-02-13T07:02:33Z</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=Route_Goal&amp;diff=1484&amp;oldid=prev</id>
		<title>Palota: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://mygamingtalk.com/wiki/index.php?title=Route_Goal&amp;diff=1484&amp;oldid=prev"/>
		<updated>2021-07-13T19:06:12Z</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    = 0.8 Route Goal&lt;br /&gt;
 | section  =&lt;br /&gt;
 | previous = [[Goal_specific_instructions | Goal Instructions]]&lt;br /&gt;
 | next     = &lt;br /&gt;
 | shortcut =&lt;br /&gt;
 | notes    =&lt;br /&gt;
}}&lt;br /&gt;
[[Category:ET|Waypointing]]&lt;br /&gt;
[[Category:Waypointing]]&lt;br /&gt;
{{TOCright}}&lt;br /&gt;
{| style=&amp;quot;width:100%; margin-bottom:5px; border:1px solid #006400; background:#ACD; font-variant:small-caps;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
== Fastrack ==&lt;br /&gt;
* /bot goal_create route &amp;lt;name&amp;gt; &lt;br /&gt;
* /bot goal_finish&lt;br /&gt;
** optionally you can use /bot show_spawns to locate all spawn points to check they are covered by the route goal&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Description ====&lt;br /&gt;
:Routes are markers for alternative paths a bot will use to get to a primary goal.&lt;br /&gt;
&lt;br /&gt;
==== Setup ====&lt;br /&gt;
:See the Fastrack example at the top of the page for an example setup.&lt;br /&gt;
&lt;br /&gt;
==== Properties ====&lt;br /&gt;
:Properties can be set with the goal_setproperty command assuming that the goal has been selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== group =====&lt;br /&gt;
:A group is a method of organizing sets of goals. One advantage to this is that all goals in a group can be enabled or disabled in one line of script rather than seperate goal types requiring additional lines to enable or disable them. Assigning roles to a group is also possible as an alternative to assigning each individual goal a role.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;syntax:&amp;#039;&amp;#039;&amp;#039; /bot goal_setproperty group &amp;lt;string groupName&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;example:&amp;#039;&amp;#039;&amp;#039; /bot goal_setproperty group myGroup&lt;br /&gt;
&lt;br /&gt;
===== role =====&lt;br /&gt;
:See the section on bot roles.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;syntax:&amp;#039;&amp;#039;&amp;#039; /bot goal_setproperty role &amp;lt;role mask&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;example:&amp;#039;&amp;#039;&amp;#039; /bot goal_setproperty role 1&lt;br /&gt;
&lt;br /&gt;
===== tagname =====&lt;br /&gt;
:Sets the name of the goal. This can optionally be set when passed as the optional parameter in the goal_create command. Useful for renaming goals.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;syntax:&amp;#039;&amp;#039;&amp;#039; /bot goal_setproperty tagname &amp;lt;string name&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;example:&amp;#039;&amp;#039;&amp;#039; /bot goal_setproperty tagname myGoalName&lt;br /&gt;
&lt;br /&gt;
===== radius =====&lt;br /&gt;
:Set the radius for the goal.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;syntax:&amp;#039;&amp;#039;&amp;#039; /bot goal_setproperty radius &amp;lt;int&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;example:&amp;#039;&amp;#039;&amp;#039; /bot goal_setproperty radius 64&lt;br /&gt;
&lt;br /&gt;
== Video Tutorial Version ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| &lt;br /&gt;
| style=&amp;quot;background: #FCFCFC; border: 1px solid #AAA; vertical-align: top;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;background: #ACD; border: 1px solid #7BC; padding: 5px; margin: 3px; font-weight: bold; text-align: center; font-size: 120%;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;float: right;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;Adding a Route Goal&amp;lt;/div&amp;gt;&lt;br /&gt;
{{#ev:youtube|Dxp76zuCZrg}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Palota</name></author>
	</entry>
</feed>