Try a <= node.
On a side note, personally I think it’s logically easier to read from the true part of the branch, so I’d switch it around. If mana is >= healmana do stuff.
Hope you get this working.
Try a <= node.
On a side note, personally I think it’s logically easier to read from the true part of the branch, so I’d switch it around. If mana is >= healmana do stuff.
Hope you get this working.