Quote Originally Posted by Jafula View Post
The character limit is 1024 for macros in Jamba-Macro. I have /script SetView(4);SetView(4); working fine in my Jamba-Macros.

Remember that after you create/change a macro, you need to "use" the macro set in order for Jamba-Macro to build the macros.

You can issue a command from one toon to make all the toons use a certain macro set and variable set.

/jamba-macro use default default all

The first default refers to the macro set, the second default to the variable set and all is the tag that every toon has, so all toons in the team will run the use command.

Also make sure that you have bound a key to the macro or are using it in a /click JMB_xxxxxxx manner.

You can check that the macro gets built the way you want by selecting it and clicking the show button. The macro will be printed to the default chat window.
Here's what I did:
  1. In Jamba-Macro I clicked "Add" for "Macro Sets" typed a name "Setviews"
  2. Clicked "Setviews" and under "Macros" I clicked "Add" - Typed a name "SV4"
  3. Under Macro Text I entered: /script SetView(4);SetView(4);
  4. Clicked Accept
  5. Went to Macaroon, edited a button, added /click JMB_SV4
  6. Click button ... no joy.
So... between step 4 and 5 do I need to do the following?
<enter> type "/jamba-macro use Setviews default all" <enter>

And yes, I know this macro isn't ... useful ... I am just using it as an example