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

Help with Oosh's Copying Spells Script

Oosh created a wonderful script here that makes copying spells really easy for custom spells from one sheet to another.  They have a command to post all spells within chat and the post mentions being able to sperate them.  Using the Command (Resulting in Picture 1) !copyrepsec --sel @{selected|character_id} --tar @{target|character_id} --section spells I do indeed get all spells but trying to call just a single levels spells causes it to come up with no entries using (Picture 2). !copyrepsec --sel @{selected|character_id} --tar @{target|character_id} --section spell-6 Any advice or suggestions would be much appreciated.
Figured it out! You need to specific to call the names of the spells. So for the example of 6th level spells I gave, it would be the following code. !copyrepsec --sel @{selected|character_id} --tar @{target|character_id} --section spell-6 --name spellname