
Crash on tag isClearWeather()
PitchBright opened this issue ยท 3 comments
I might be doing this wrong, but I get a crash when I set an Entity's Handler as:
"InstantDespawn Tags": "(obj.light>7)&&isClearWeather()"
"InstantDespawn Tags": "obj.light>7)&&wrld.isClearWeather()"
It is a world tag so it needs to be wrld.isClearWeather()