Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Folder in macro

1541855941

Edited 1541855973
Hello, Being a player and MJ on roll20 for 3 years, I have a small request : will it be possible to put folders for macros? Forgive my English, I am French, and google translate is my friend. ^^" I make this request because, for mages, it often takes 30 macros (many spells). When creating a second mage, either remove the previous 30 to replace them, or add another 30. Would it be possible to create folders to classify macros as we want? Best regards
Make a character sheet and store all of the macro spells of a class together. You can then copy them to another sheet as needed. Créez une feuille de personnage et stockez tous les macro-sorts d'une classe. Vous pouvez ensuite les copier sur une autre feuille si nécessaire.
1541866919
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
As a Pro user, you could try the CharUtil script. Among other things it gives you the ability to copy abilities from one character to another.
1541869560

Edited 1541869604
Currently, I have 77 macros for a mage, I will have to redo the 77 macros in my character sheet? It would not be simpler to create a folder and store everything in macros? What if others realize the trick after the fact?
1541873209
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Part of the problem is that Macros are not Abilities. They are very similar, but they use different syntax in many places. They are not meant to be interchangeable. Macros: Instructions stored in your collections folder. Each is unique to the User , but can be made global.  Abilities: Instructions stored on the Character. Each is unique to the Character , but can be made global. I do have advice that I hope might solve a lot of your problems: Put all of your spell macros in one place. I would suggest a character sheet, sicne you can easily move that between campaigns and have a "spellbook" ready to go. That character will have terrible performance, and likely take a while to load, but don't worry, you are only using it as a library. Name it "Spellbook". Format the macros using "selected", instead of a character name. That way they will perform their actions on whichever token is selected. Make sure it can be edited and controlled by all players. On each spellcasting character, don't put a macro for each spell. That would be needless repetition. Instead give them a short Ability that references the macro on your spellbook character: %{Spellbook|spellname} Your characters will be lean, and if you have to make a change, you only need to change the Ability on the Spellbook character sheet and it changes for all characters.
1541873280
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Also, you might want to format your posts using the "Normal" style rather than the "Code" style. Code makes for poor reading, since it does not wrap.
Too bade... I'll do as you say, thank you! :)