<Bindings>
	<Binding name="TOGGLE_MOUNT" description="Toggle mount" header="SIMPLEMOUNT">
		local p = AutoMount_GetMountBuffPosition();
		if ( p > -1 ) then
			CancelPlayerBuff(p);
		else
			SimpleMount_Mount();
		end
	</Binding>
</Bindings>