Hey guys.
I'm trying to create a WA and I thought it would be fairly simple, but I've been trying stuff out for the past hour and cant seem to get it going.
I'm using 3 triggers;
[1] = insect swarm
[2] = lunar eclipse
[3] = bloodlust
Aura needs to be active when [1] = true, but only when both [2] and [3] are not true.
i've come up with this, but it aint working:
return trigger[1] and (not trigger[3] and not trigger[4]);
end```
Hope ya'll can help me out!