
Hi everyone, Could I get your help, please? I am going to be DMing for friends who not only have never played a TTRPG, but any type of RPG period. I am trying to make everything as easy to understand as possible from the the perspective of someone who has zero idea what half these things are. Using the universal chat menu has been a tremendous help but I am running into a problem that I can't seem to solve. I am looking to remove spells from the "Melee" and "Ranged" sections and have them only be displayed under the "Spells" or "Cantrips" section. I am using my version of the code Keith provided in the original thread ( <a href="https://app.roll20.net/forum/post/7474530/script-call-for-testers-universal-chat-menus/?pagenum=1" rel="nofollow">https://app.roll20.net/forum/post/7474530/script-call-for-testers-universal-chat-menus/?pagenum=1</a> ) In this example, I want to remove burning hands, cure wounds, healing word, and guiding bolt from both the melee and ranged sections. I also am having problems displaying the custom-made resource "Warding Flare [l]" (It's an L). It just shows up as a broken link? I have Warding Flare set up as an attack that uses the ammo API to automatically deduct the resource and then replenish it on a long rest using the 5E Resting in Style API. It looks like it is breaking because of the [ ] usage. !chatmenu @{selected|character_id} {template:npcaction}{{rname=@{selected|character_name}}}{{name=@{selected|class_display} @{selected|race_display}, @{selected|background} **Jump** - Long [[(@{selected|strength}/2)]] ft. / [[@{selected|strength}]] ft. | High [[((@{selected|strength_mod}+2)/2)]] ft. / [[@{selected|strength_mod}+2]] ft. **HP: **@{selected|hp} / @{selected|hp|max} | ** Armor/AC: ** @{selected|ac} | **Movement: ** @{selected|speed} ft. | **Passive Perception: ** @{selected|passive_wisdom}}}{{description=CHATMENU }} --separator: | --title:Stats (Modifiers) --**Str @{selected|strength}** *(@{selected|strength_mod})* ,strength|**Dex @{selected|dexterity}** *(@{selected|dexterity_mod})*,dexterity|**Con @{selected|constitution}** *(@{selected|constitution_mod})* ,constitution|**Int @{selected|intelligence}** *(@{selected|intelligence_mod})* ,intelligence|**Wis @{selected|wisdom}** *(@{selected|wisdom_mod})*,wisdom|**Cha @{selected|charisma}** *(@{selected|charisma_mod})*,charisma --title:Saving Throws --Strength,strength_save|Dexterity,dexterity_save|Constitution,constitution_save|Intelligence,intelligence_save|Wisdom,wisdom_save|Charisma,charisma_save|Death,death_save --title:Ability Checks --Acrobatics,Acrobatics|Animal Handling,Animal_Handling|Arcana,Arcana|Athletics,Athletics|Deception,Deception|History,History|Insight,Insight|Intimidation,Intimidation|Investigation,Investigation|Medicine,Medicine|Nature,Nature|Perception,Perception|Performance,Performance|Persuasion,Persuasion|Religion,Religion|Sleight of Hand,Sleight_of_Hand|Stealth,Stealth|Survival,survival --title:Melee Attacks --repeating_attack|atkname|attack|atkrange<1 --title:Ranged Attacks --repeating_attack|atkname|attack|atkrange --title:Eldritch Invocations --repeating_traits|name|output|name=Invocation: --title:Cantrips (Unlimited Use) --repeating_spell-cantrip|spellname|spell --title:Level 1 Spells *(@{selected|lvl1_slots_expended}/@{selected|lvl1_slots_total})* --repeating_spell-1|spellname|spell --title:Level 2 Spells *(@{selected|lvl2_slots_expended}/@{selected|lvl2_slots_total})* --repeating_spell-2|spellname|spell --title:Level 3 Spells *(@{selected|lvl3_slots_expended}/@{selected|lvl3_slots_total})* --repeating_spell-3|spellname|spell --title:Level 4 Spells *(@{selected|lvl4_slots_expended}/@{selected|lvl4_slots_total})* --repeating_spell-4|spellname|spell --title:Level 5 Spells *(@{selected|lvl5_slots_expended}/@{selected|lvl5_slots_total})* --repeating_spell-5|spellname|spell --title:Level 6 Spells *(@{selected|lvl6_slots_expended}/@{selected|lvl6_slots_total})* --repeating_spell-6|spellname|spell --title:Level 7 Spells *(@{selected|lvl7_slots_expended}/@{selected|lvl7_slots_total})* --repeating_spell-7|spellname|spell --title:Level 8 Spells *(@{selected|lvl8_slots_expended}/@{selected|lvl8_slots_total})* --repeating_spell-8|spellname|spell --title:Level 9 Spells *(@{selected|lvl9_slots_expended}/@{selected|lvl9_slots_total})* --repeating_spell-9|spellname|spell --title:Short Rest --@{selected|hit_dice} Hit Dice Available,hit_dice --title:Resources --@{selected|class_resource_name} *@{selected|class_resource}/@{selected|class_resource|max}|@{selected|other_resource_name} *@{selected|other_resource}/@{selected|other_resource|max}* --title:Languages --repeating_proficiencies|name|output|prof_type=Language --title:Tools --repeating_tool|toolname|tool