View Single Post
Bob G
Senior Member
 
Join Date: Nov 2017
Location: Trafford, PA, USA
Posts: 226

Old December 30th, 2017, 11:22 AM
Quote:
Originally Posted by Aaron View Post
When you close the qoutation, the ampersand is only joining the first part of the tag expression to the second part, rather than being interpreted within the expression.

"SpellType.cHelpArn" & "CasterType.MemBook"

is interpretted as

"SpellType.cHelpArnCasterType.MemBook"

Which is gobbledygook to the program. You want the "and" inside the expression, like so:

"SpellType.cHelpArn & CasterType.MemBook"
Well that makes sense now. Thanks to both of you.

I tried keeping everything inside of the quotations, and it worked...almost...perfectly. It now is only selecting memorized spells, but is listing them twice in the usr field. Do you know why?
Bob G is offline   #13 Reply With Quote