ExprFireTicks and ExprBurnCookTime conflict
cheeezburga opened this issue ยท 0 comments
Skript/Server Version
[13:51:07 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[13:51:07 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[13:51:07 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[13:51:07 INFO]: [Skript] Server Version: 1.21-40-b45d9b6 (MC: 1.21)
[13:51:07 INFO]: [Skript] Skript Version: 2.9.2 (selfbuilt-unknown)
[13:51:07 INFO]: [Skript] Installed Skript Addons:
[13:51:07 INFO]: [Skript] - skript-reflect v2.5.1 (https://github.com/SkriptLang/skript-reflect)
[13:51:07 INFO]: [Skript] - AddonTemplate v1.0.0
[13:51:07 INFO]: [Skript] Installed dependencies: None
Bug Description
Doing send burn time of {pig}
does nothing, because it defaults to the ExprBurnCookTime, assuming that the variable is a block. A work around is send burn time of entity within {pig}
.
Expected Behavior
Should work without having to specify the type within the variable
Steps to Reproduce
Spawn a pig, set a var to it, try sending the burn time of the var
Errors or Screenshots
Other
No response
Agreement
- I have read the guidelines above and affirm I am following them with this report.