
hey all, ive been trying to get a macro to work, it works for some players, but now when i try to get it to work for a new one it doesnt seem to. ive copied the macro line by line and changed only the macros being called, idk what the issue is. original: /roll ( #Lyssa-Attr + #Lyssa-Abi-All +?{Bonus Dice|0}+?{Wound Penealty|None,0|bruised,0|Hurt,-1|Wounded,-2|Crippled,-4})t[exalted]+?{Bonus Successes|0} New /roll ( #Kianiss-Attr + #Kianiss-Abi-All +?{Bonus Dice|0}+?{Wound Penalty|None,0|bruised,0|Hurt,-1|Wounded,-2|Crippled,-4})t[exalted]+?{Bonus Successes|0} idk, maybe its because i edited the original in a google sheet, maybe im just not seeing something, whatever it is im lost. the macros rely on two others that pull info from the Exalted Second Edition sheets, so maybe that is it? here is what those look like: Lyssa-Abi-All ?{Ability | Archery,@{Lyssa|Archery5} | Martial Arts,@{Lyssa|MartialArts5} | Melee,@{Lyssa|Melee5} | Thrown,@{Lyssa|Thrown5} | War,@{Lyssa|War5} | Athletics,@{Lyssa|Athletics5} | Awareness,@{Lyssa|Awareness5} | Dodge,@{Lyssa|Dodge5} | Larceny,@{Lyssa|Larceny5} | Stealth,@{Lyssa|Stealth5} | Integrity,@{Lyssa|Integrity5} | Performance,@{Lyssa|Performance5} | Presence,@{Lyssa|Presence5} | Resistance,@{Lyssa|Resistance5} | Survival,@{Lyssa|Survival5} | Investigation,@{Lyssa|Investigation5} | Lore,@{Lyssa|Lore5} | Medicine,@{Lyssa|Medicine5} | Occult,@{Lyssa|Occult5} | Bureaucracy,@{Lyssa|Bureaucracy5} | Linguistics,@{Lyssa|Linguistics5} | Ride,@{Lyssa|Ride5} | Sail,@{Lyssa|Sail5} | Socialize,@{Lyssa|Socialize5}} Lyssa-Attr ?{Attribute | Strength,@{Lyssa|Strength} | Dexterity,@{Lyssa|Dexterity} | Stamina,@{Lyssa|Stamina} | Charisma,@{Lyssa|Charisma} | Manipulation,@{Lyssa|Manipulation} | Appearance,@{Lyssa|Appearance} | Intelligence,@{Lyssa|Intelligence} | Wits,@{Lyssa|Wits} | Perception,@{Lyssa|Perception}} and to make them into the Kianiss variants i just replaced Lyssa with Kianiss in a google doc using the "Ctrl + F" function.