last action at tick
-
Hiho.
I wan't to have a block which should be running just as a last action before the EA waits for the next tick.
Is there a chance? Something with the block ID? -
You want to be sure that some block will run last, after each other blocks in the same event? If this is the case, ID numbers matters here. But as you probably know, I have idea to make positions of blocks to be important, not their IDs, so in this case the block that is on right will run after the one that in on left. For now... IDs.
-
Puuuhhh.
When I give this special block the ID 999 which at that moment would be the greatest one then its okay but when I add a new block then the new one will be 1000 and I have a problem.When do you wan't to change the handling of the IDs? Do I have then still the possibility to use the 'Run block' block?
-
Haha yes, the next number is the greatest + 1

Here is a little trick that works for now. You can use ID that is not numeric, for example "z", "a" or even "last", and it should be executed last.
It will not come very soon. I don't know really, this is just an idea. I just want to get rid ob block IDs. Sometimes when I want to find some and there are tens of blocks, it's hard. The "Run" block will have some alternative, because I also have plans to make possible to create pages with blocks within the same event workspace.
-
That sounds cool. To have more then one event pages. Nice.
When I have more then one block with a text-ID. Will they be executed in alphabetical order? -
I think so. I don't remember if I checked this one, but you can always do it with two "Print" blocks
