http://www.macroquest2.com/wiki/index.php//if I edited the wiki as best as I could. I am a complete newb to macroing. the extent of my "programming" knowlege is xhtml or "replace X on line X with X" not that I knew what I acctually changed. I tried to follow the manual as best as possible. Not realising there was a wiki.
OK here I go.
What would be the proper way to check to see if the channel is not the default "mychannel"? and do the /goto :whatever command?
I tried /if. But i do not fully understand how that works. here is the syntax i tried incase it helps.
Code: Select all
/if (${channel.Equal[mychannel]}) {
/goto :line }
I also tried something like this
Code: Select all
/if (${channel}=={mychannel}) {/goto :line}
based off other threads i found.
Show me once and I'll know forever.
Thanks again for your help. I really appreciate it