You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it's useful to conditionally modify nodes/values based not on their contents but based on other values/nodes at the same level. You can accomplish the same thing with multiple patches now, but it leads to duplication of similar patches and requires more scans of the game database (i.e. slower). Proposal is to allow a :WITH block that checks nodes/values at the same level. For example:
Sometimes it's useful to conditionally modify nodes/values based not on their contents but based on other values/nodes at the same level. You can accomplish the same thing with multiple patches now, but it leads to duplication of similar patches and requires more scans of the game database (i.e. slower). Proposal is to allow a
:WITH
block that checks nodes/values at the same level. For example:It should ideally work on both nodes and values, but not be applicable to root nodes since there's nothing "adjacent" to check against
The text was updated successfully, but these errors were encountered: