tdBattlePetScript

tdBattlePetScript

389k Downloads

Operation is ignored (aura.duration)

mutanzoom opened this issue ยท 3 comments

commented

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.

commented

I will try to get this fixed

commented

@mutanzoom Can you try again with the most recent version?

commented

same issue #37