- Joined
- Oct 21, 2013
- RedCents
- 517¢
For you macro wizards or those that know,
I'm attempting to tweak a macro I have seen that want to modify, but I'm running into syntax errors or just general formating error and can use some assistance.
In the macro I'm editting for my needs it declares a macro and then later uses /bc to launch it but I am getting errors.
Here is the snippet:
/declare Macro1 string outer MACRONAME
Sub nametobedetermined
/bct ${mycharname} //mac ${Macro1}
/return
If I plugin "kissassist" (without quotes) for MACRONAME everything works fine, my issues is when I attempt to do this for my tank, pullertank and I want to pass "kissassist tank" or "kissassist pullertank". How should I declare the macro when it has a space it in it? I have tried putting the macro and arguement in quotes but it doesn't appear to work.
I'm attempting to tweak a macro I have seen that want to modify, but I'm running into syntax errors or just general formating error and can use some assistance.
In the macro I'm editting for my needs it declares a macro and then later uses /bc to launch it but I am getting errors.
Here is the snippet:
/declare Macro1 string outer MACRONAME
Sub nametobedetermined
/bct ${mycharname} //mac ${Macro1}
/return
If I plugin "kissassist" (without quotes) for MACRONAME everything works fine, my issues is when I attempt to do this for my tank, pullertank and I want to pass "kissassist tank" or "kissassist pullertank". How should I declare the macro when it has a space it in it? I have tried putting the macro and arguement in quotes but it doesn't appear to work.

