-
Bug
-
Resolution: Incomplete
-
None
-
1.16.201 Hotfix
-
None
-
Unconfirmed
-
Windows
Using this in a block event section to execute a second event depending on a condition doesn't check if the condition is true as a does not equal b yet it still runs the event.
{{{{ "gb:gen": { "randomize": [ { "trigger":
{ "event": "gb:gen_two", "condition": "a == b", "target": "self" }} ] }}}}
The full file is attached below.