trevor wrote:
* Fix bug: referenced token properties that are strings must have quotes
does this mean that if i put any string in a property and call it it will give me that string? this could kill my target declaration stuff, all my attacks cal the property Target which normally contains just "" so it returns nothing, but when i'm targetting someone specific i have it contain there name, and when I want to be able to note a different target per attack, I put an unnamed variable.
but from what you said above, if i set my prop to var and then call it, it will return var, rather than doing a prompt. which is what I need it to do.
EDIT: Actually, i may have just had an idea that could fix this problem, and maybe the meeks as well. for properties that need to be evaluated but might look like strings, which is most that would need to be evaluated, put them in {} so that it makes them calculate.
I can't actually test it right now as I have no time to do the download this morning, but there is the idea.