Hi all, I've added/created several macros over the years for my players to use and haven't really had any issues. I added a spell macro for them the other day, and when I test it or I run it as GM or player it works, but when the players I've assigned it to use it they only get the following output in chat: #P2-Spiritual Hammer Here is macro that I pulled from the 2e AD&D Macro post &{template:2Espell}{{title=@{selected|token_name} casts Spiritual Hammer}}{{splevel=Level 2 Priest}}{{school=Invocation}}{{sphere=Combat}}{{components=V, S, M}}{{time=[[5]]}}{{range=[[10*@{selected|level}]] yards}}{{duration=[[3+@{selected|level}]] rounds}}{{aoe=[[1]] war hammer}}{{save=None}}{{effects=This spell calls into being a field of force shaped like a hammer. The hammer works off of the Priest's THAC0 without any Strength bonuses they may have. The hammer deals [[1d4+1+{3,(ceil((@{selected|level})/6))}kl1)]] to man-size or smaller creatures and [[1d4+{3,(ceil((@{selected|level})/6))}kl1)]] damage to larger opponents and this conjured hammer is considered a magical weapon, operating as a +[[{3,(ceil((@{selected|level})/6))}kl1)]] weapon. The hammer will only strike in the same direction that the caster is facing. The hammer can be dispelled by enemies that have Magic Resistance. If the hammer strikes at a creature with Magic Resistance, the resistance is rolled for the first time. If the resistance is successful, then the hammer is lost while failure means the hammer can affect the creature.}} We're using the simplified 2e character sheet for our game. Thanks for looking!