I've hit on an issue, which isn't crucial to the mod, but would be nice to solve all the same.
Code: Select all
<do_if value="$lBuys.{$i}.ware.tags.{$j} == 'economy'">
<show_help custom="'rawr'" />
</do_if>
if i print the .tag attribute i see for example [tag.economy,tag.liquid] result. If I print tag.{1} i see economy as expected. when i if tag.{1} == 'economy' it comes out false which is not expected

Any ideas as to what's happening here?