I am trying to make a macro that whispers info back regarding info on the character that is represented by a selected token.  I have already worked with or GM to make sore that each token does represent the correct character (and tested each).  What we want is a table in chat that gives them the Name, Race / Class, Level, Hit Points, Armor Class, Passive Perception, Initiative Bonus, Spell Save DC and Spell Attack Bonus.  I have done this originally by making a macro that querries the name and then giving the table and that worked, nut now our cmacro that allows us to select a token and then run it (from the macro bar) does not function.  Here is the code:    /w gm @{selected|wtype} &{template:default}{{name=Character Info: @{selected|character_name}}} {{Race Class:= @{selected|race} @{selected|class}}} {{Level:= @{selected|base_level}}} {{Hit Points:= @{selected|hp}/@{selected|hp|max}}} {{Armor Class:= @{selected|ac}}} {{Passive Perception:= @{selected|passive_wisdom}}} {{Initiative Bonus:= +@{selected|initiative_bonus}}} {{Spell Save DC:= @{selected|spell_save_dc}}} {{Spell Attack Bonus:= +@{selected|spell_attack_bonus}}}}      What am I missing? Probably a dumb mistake ...  Here is the return for the one that works with the querry and what we want for the selected token option):     
 
				
			 
 
 
