Expressions that aren't EventValues can't be used in "TimeStates" #3150
Labels
bug
An issue that needs to be fixed. Alternatively, a PR fixing an issue.
priority: low
Issues that are not harmful to the experience but are related to useful changes or additions.
up for debate
When the decision is yet to be debated on the issue in question
Basically every expression is suppose to convert the type of an expression and check with the event-values of that type from the event. Njol put a comment in the Expression class to automatically do it, which I think I will implement.
Example:
This won't work, but if you use event-block it will with my pull #3149
If you want to read about time states and my pull to fix them checkout #3149
This below is what I found when debugging #671 and is a different issue from that.
The expression type in patterns exists %location@-1% to get past location value of an expression, but this ultimately doesn't work on most expressions, it only works for getting the default expression which is an event-values
The text was updated successfully, but these errors were encountered: