Skript/Server Version
[10:05:19 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[10:05:19 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[10:05:19 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[10:05:19 INFO]: [Skript] Server Version: 1.21.4-138-5395ae3 (MC: 1.21.4)
[10:05:19 INFO]: [Skript] Skript Version: 2.10.1 (skriptlang-github)
[10:05:19 INFO]: [Skript] Installed Skript Addons: None
[10:05:19 INFO]: [Skript] Installed dependencies: None
Bug Description
Both the EntityPotionCause classinfo and DamageCause classinfos have a conflicting type of attack in which EntityPotionCause appears to take priority when used within variables
Expected Behavior
Skript to not have a conflict between the EntityPotionCause and DamageCause types
Steps to Reproduce
command /testing:
trigger:
set {_a} to attack
#send "SkriptType: %skript type of {_a}%" # (easier if you have skbee too)
send "attack is (DamageCause) attack: %whether {_a} is ("attack" parsed as damage cause)%"
send "attack is (EntityPotionCause) attack: %whether {_a} is ("attack" parsed as entity potion effect cause)%"
Errors or Screenshots

Other
No response
Agreement
Skript/Server Version
Bug Description
Both the EntityPotionCause classinfo and DamageCause classinfos have a conflicting type of
attackin which EntityPotionCause appears to take priority when used within variablesExpected Behavior
Skript to not have a conflict between the EntityPotionCause and DamageCause types
Steps to Reproduce
Errors or Screenshots
Other
No response
Agreement