Operation is ignored (aura.duration)
mutanzoom opened this issue ยท 3 comments
Hello, I have the problem that "aura.duration <= 5" or "aura.duration <5" is ignored as operations.
If I use "aura.duration = 5" it works.
My script as a test at Caregiver Maximillian:
if [enemy (# 1) .active]
ability (Ghostly Bite: 654) [enemy.ability (Mudslide: 572) .duration <5]
endif
ability (117)
Hello, I have the problem that "aura.duration <= 5" or "aura.duration <5" is ignored as operations.
If I use "aura.duration = 5" it works.
My script as a test at Caregiver Maximillian:
if [enemy (# 1) .active]
ability (Ghostly Bite: 654) [enemy.ability (Mudslide: 572) .duration <5]
endif
ability (117)
Operation is simply ignored and Ghostly Bite is used immediately.
Operation is simply ignored and Ghostly Bite is used immediately.
@mutanzoom Can you try again with the most recent version?
same issue #37