<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://oldwiki.eq2classic.com/index.php?action=history&amp;feed=atom&amp;title=LUA%3AEndAutoMount</id>
	<title>LUA:EndAutoMount - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://oldwiki.eq2classic.com/index.php?action=history&amp;feed=atom&amp;title=LUA%3AEndAutoMount"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:EndAutoMount&amp;action=history"/>
	<updated>2026-07-12T14:38:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.3</generator>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=LUA:EndAutoMount&amp;diff=6201&amp;oldid=prev</id>
		<title>Jabantiz: Created page with &quot;{{PageHeaderChild|LUA|EndAutoMount}}  = LUA Functions: EndAutoMount() = Ends an auto mount for the given player   ==== Syntax ==== EndAutoMount(param1)   ==== Parameters ==== ; R...&quot;</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:EndAutoMount&amp;diff=6201&amp;oldid=prev"/>
		<updated>2016-01-29T01:23:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{PageHeaderChild|LUA|EndAutoMount}}  = LUA Functions: EndAutoMount() = Ends an auto mount for the given player   ==== Syntax ==== EndAutoMount(param1)   ==== Parameters ==== ; R...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{PageHeaderChild|LUA|EndAutoMount}}&lt;br /&gt;
&lt;br /&gt;
= LUA Functions: EndAutoMount() =&lt;br /&gt;
Ends an auto mount for the given player&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Syntax ====&lt;br /&gt;
EndAutoMount(param1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Parameters ====&lt;br /&gt;
; Required - ''param1'' (Spawn)&lt;br /&gt;
: ''param1'' is the player to end an auto mount for&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Usage ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function Stable(Zone, Player)&lt;br /&gt;
     if IsPlayer(Player) and IsOnAutoMount(Player) then&lt;br /&gt;
          EndAutoMount(Player)&lt;br /&gt;
     end&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This function will end the players current auto mount if they are on one&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
Can only be used on a player&lt;/div&gt;</summary>
		<author><name>Jabantiz</name></author>
		
	</entry>
</feed>