<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>VoiceBot RSS: Tired of trying to find the answer in this forum, How can I get 2 macros to be activated by 1 macro</title>
<atom:link href="https://www.voicebot.net/Discussions/RSS/?TopicID=b0784a6a-daf9-451f-9f5e-7e03a44fe248" rel="self" type="application/rss+xml" />
<link>https://www.voicebot.net/Discussions/RSS/?TopicID=b0784a6a-daf9-451f-9f5e-7e03a44fe248</link>
<description>VoiceBot RSS: Tired of trying to find the answer in this forum, How can I get 2 macros to be activated by 1 macro</description>
<lastBuildDate>Sat, 02 May 2026 09:28:33 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.voicebot.net/Discussions/RSS/?TopicID=b0784a6a-daf9-451f-9f5e-7e03a44fe248</generator>
<item>
<title>RE: Tired of trying to find the answer in this forum, How can I get 2 macros to be activated by 1 macro</title>
<link>https://www.voicebot.net/Discussions/View/tired-of-trying-to-find-the-answer-in-this-forum-how-can-i-get-2-macros-to-be-activated-by-1-macro/?ID=b0784a6a-daf9-451f-9f5e-7e03a44fe248#4</link>
<pubDate>Thu, 04 Feb 2021 07:04:16 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/tired-of-trying-to-find-the-answer-in-this-forum-how-can-i-get-2-macros-to-be-activated-by-1-macro/?ID=b0784a6a-daf9-451f-9f5e-7e03a44fe248#4</guid>
<category>VoiceBot</category>
<description><![CDATA[Did not run. No error messages.
Your software cannot run 2 macros concurrently from a third macro. It is a limitation of the software. I tried to do it from a macro that just called on the macro directly instead of using inline code. Neither approach worked.
VoiceAttack had it in less time than...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Did not run. No error messages.<br/>
<br/>
Your software cannot run 2 macros concurrently from a third macro. It is a limitation of the software. I tried to do it from a macro that just called on the macro directly instead of using inline code. Neither approach worked.<br/>
<br/>
VoiceAttack had it in less time than it took to write the original post. Bye.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Tired of trying to find the answer in this forum, How can I get 2 macros to be activated by 1 macro</title>
<link>https://www.voicebot.net/Discussions/View/tired-of-trying-to-find-the-answer-in-this-forum-how-can-i-get-2-macros-to-be-activated-by-1-macro/?ID=b0784a6a-daf9-451f-9f5e-7e03a44fe248#3</link>
<pubDate>Wed, 06 Jan 2021 14:16:36 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/tired-of-trying-to-find-the-answer-in-this-forum-how-can-i-get-2-macros-to-be-activated-by-1-macro/?ID=b0784a6a-daf9-451f-9f5e-7e03a44fe248#3</guid>
<category>VoiceBot</category>
<description><![CDATA[Sorry for the delayed response over here, the holiday rush has been crazy to say the least. Doing this as you mentioned in your post should have worked:
Code
Copy
Select All
BFS.VoiceBotActions.RunMacro(@"Hunting Boost");
BFS.VoiceBotActions.RunMacro(@"Hunting Ping");
Did you get any errors...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Sorry for the delayed response over here, the holiday rush has been crazy to say the least. Doing this as you mentioned in your post should have worked:<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019de804aab2713085aee8ebf5c8bd61" class="ClipboardCopyControl"><img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019de804aab2713085aee8ebf5c8bd61Js'); return false;"><img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019de804aab2713085aee8ebf5c8bd61Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.VoiceBotActions.RunMacro(@"Hunting Boost");
BFS.VoiceBotActions.RunMacro(@"Hunting Ping");</pre><textarea id="code019de804aab2713085aee8ebf5c8bd61" name="code019de804aab2713085aee8ebf5c8bd61" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
            <br/>
Did you get any errors when you tried to run that, or did they just not run?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Tired of trying to find the answer in this forum, How can I get 2 macros to be activated by 1 macro</title>
<link>https://www.voicebot.net/Discussions/View/tired-of-trying-to-find-the-answer-in-this-forum-how-can-i-get-2-macros-to-be-activated-by-1-macro/?ID=b0784a6a-daf9-451f-9f5e-7e03a44fe248#2</link>
<pubDate>Wed, 30 Dec 2020 09:05:25 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/tired-of-trying-to-find-the-answer-in-this-forum-how-can-i-get-2-macros-to-be-activated-by-1-macro/?ID=b0784a6a-daf9-451f-9f5e-7e03a44fe248#2</guid>
<category>VoiceBot</category>
<description><![CDATA[Yeah, so... In less time than it took me to force myself to write the above post after spending at least an hour trying to work it out, I just did what I wanted to do in Voice Attack. This says to me that either, your interface, functionality and capabilities are severely lacking or your ability ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Yeah, so... In less time than it took me to force myself to write the above post after spending at least an hour trying to work it out, I just did what I wanted to do in Voice Attack. This says to me that either, your interface, functionality and capabilities are severely lacking or your ability to fund the creation of those features has ended. I really don't want to spend the money on yet another voice recognition software but honestly, I would rather do that than be continually frustrated.<br/>
<br/>
Additionally I know a profile that is already prebuilt with a lot of the functions for the game I was working on this for. I really wish in this instance that I had gone with the crowd a long time ago.<br/>
<br/>
For anyone thinking of buying this software, don't, go with voice attack.
</div>
]]></content:encoded>
</item>
<item>
<title>Tired of trying to find the answer in this forum, How can I get 2 macros to be activated by 1 macro</title>
<link>https://www.voicebot.net/Discussions/View/tired-of-trying-to-find-the-answer-in-this-forum-how-can-i-get-2-macros-to-be-activated-by-1-macro/?ID=b0784a6a-daf9-451f-9f5e-7e03a44fe248</link>
<pubDate>Wed, 30 Dec 2020 08:29:54 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/tired-of-trying-to-find-the-answer-in-this-forum-how-can-i-get-2-macros-to-be-activated-by-1-macro/?ID=b0784a6a-daf9-451f-9f5e-7e03a44fe248</guid>
<category>VoiceBot</category>
<description><![CDATA[I am trying to have 1 macro to do this:
Code
Copy
Select All
Hunt Cores
using System;
using System.Drawing;
public static class VoiceBotScript
{
public static void Run(IntPtr windowHandle)
{
// your code goes here
BFS.VoiceBotActions.RunMacro(@"Hunting Boost");
BFS.VoiceBotActions.Ru...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I am trying to have 1 macro to do this:<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019de804aabf701586c62eb94bb7e3fe" class="ClipboardCopyControl"><img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019de804aabf701586c62eb94bb7e3feJs'); return false;"><img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019de804aabf701586c62eb94bb7e3feJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">Hunt Cores
using System;
using System.Drawing;

public static class VoiceBotScript
{
    public static void Run(IntPtr windowHandle)
    {
        // your code goes here
        BFS.VoiceBotActions.RunMacro(@"Hunting Boost");
            BFS.VoiceBotActions.RunMacro(@"Hunting Ping");
    }
}

Hunting Boost
using System;
using System.Drawing;

public static class VoiceBotScript
{
    public static void Run(IntPtr windowHandle)
    {
        //set the setting value to true
        BFS.ScriptSettings.WriteValueBool("Continue_Hunting_Cores", true);
        
        //while the value is true, play the system beep sound every second
        while(BFS.ScriptSettings.ReadValueBool("Continue_Hunting_Cores"))
        {
            BFS.Input.SendKeys("B");
            //BFS.VoiceBotActions.MouseClick("1");
            BFS.General.ThreadWait(1500);
        }
    }
}

Hunting Ping
using System;
using System.Drawing;

public static class VoiceBotScript
{
    public static void Run(IntPtr windowHandle)
    {
        //set the setting value to true
        BFS.ScriptSettings.WriteValueBool("Continue_Hunting_Cores", true);
        
        //while the value is true, play the system beep sound every second
        while(BFS.ScriptSettings.ReadValueBool("Continue_Hunting_Cores"))
        {
            //BFS.Input.SendKeys("B");
            BFS.VoiceBotActions.MouseClick("1");
            BFS.General.ThreadWait(500);
        }
    }
}</pre><textarea id="code019de804aabf701586c62eb94bb7e3fe" name="code019de804aabf701586c62eb94bb7e3fe" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
You can see from the original macro Hunting Boost and Hunting Ping that I tried to do both actions in one macro. This works but the Ping needs to be on a different timer, hence splitting it up in to 2 macros. Now I can run each macro individually and it works great, but I would rather get both actions on different timers in 1 macro. Whether that is 1 macro that can do both actions on separate timers and stop when the Boolean value is changed or whether it is 2 macros that is called by a 3rd I don't really care, I just want it to work, EASILY.<br/>
<br/>
As much as I like VoiceBot I have started to wonder if I should have gone with Voice Attack. I have seen some streamers using it and they have no trouble with speech recognition, commands working as intended or multiple macros working at once.
</div>
]]></content:encoded>
</item>
</channel>
</rss>