Hi, when I try to ignite the attacker for a timespan set with a variable it sends me this error:
[11:53:10 INFO]: Line 60: (customenchant/enchants.sk)
[11:53:10 INFO]: Can't understand this condition/effect: ignite attacker for %{gyido} parsed as number% second
[11:53:10 INFO]: Line: ignite attacker for %{gyido} parsed as number% second
code:
on damage:
if lore of victim's boots contain "&7Tüzes tüskék I":
add 0.5 to {gyido}
if lore of victim's leggings contain "&7Tüzes tüskék I":
add 0.5 to {gyido}
if lore of victim's chestplate contains "&7Tüzes tüskék I":
add 0.5 to {gyido}
if lore of victim's helmet contains "&7Tüzes tüskék I":
add 0.5 to {gyido}
ignite attacker for %{gyido} parsed as number% second
clear {gyido}
[11:53:10 INFO]: Line 60: (customenchant/enchants.sk)
[11:53:10 INFO]: Can't understand this condition/effect: ignite attacker for %{gyido} parsed as number% second
[11:53:10 INFO]: Line: ignite attacker for %{gyido} parsed as number% second
code:
on damage:
if lore of victim's boots contain "&7Tüzes tüskék I":
add 0.5 to {gyido}
if lore of victim's leggings contain "&7Tüzes tüskék I":
add 0.5 to {gyido}
if lore of victim's chestplate contains "&7Tüzes tüskék I":
add 0.5 to {gyido}
if lore of victim's helmet contains "&7Tüzes tüskék I":
add 0.5 to {gyido}
ignite attacker for %{gyido} parsed as number% second
clear {gyido}