Any text needs to be in quotation marks "", variable names can not be inside them.
You need to close the quotation marks and use & then write the variable name. Example:
if you sword variable is called SWORD, and your shield variable is called SHIELD, then you would write it as
"swords:" & SWORD & ", shields: " & SHIELD &"."