Hello! I assume this is possible, but I can’t get it to work the way I wrote it (<baseskill
> is a variable I declared and populated outside of the conditional):
<% if [<baseskill>compare::gt[14] :intersection[compare::lt[20]]] %>
Probably yet another incorrect syntax on my part, but I was still doubting whether or not I misunderstood the use of the intersection filter prefix. Before I tried it as above, I simply had wrote:
<% if [<baseskill>compare::gt[14] +[compare::lt[20]]] %>
But that didn’t work either. Anyone seeing what I’m doing wrong?