Trigger block order

Lets say a trigger has 2 different blocks
image
Which one of these is going to run first?

Ok, is there possibly a way to choose which one runs first, or do I need 2 different triggers?

I think it might be whichever one was created first (which would be the one on the right if I know my GKC).

NoNoWahoo is right, the first one runs first then the second one.

If you try to have a text device with 2 blocks.

first one:
receives on channel: 1
set text to: first

second one:
receives on channel: 1
set text to: second.

The final result will always be: second
but when your game runs fast enough sometimes you can see it first being “first” and then changing to “second”

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.