So there's maybe 10,000 bricks, and my latency is a pretty decent 50.
However, every operation using VCE is slowed down like forget, and it's causing major issues with my events.
Take this example:
[ ] onActivate > Self > VCE_modVariable [Brick] [cost] [set] [200]
[33 ] onActivate > Self > VCE_modVariable [Brick] [temp] [set] [<var:cl:mercantile>]
[66 ] onActivate > Self > VCE_modVariable [Brick] [temp] [multiply] [2]
[99 ] onActivate > Self > VCE_modVariable [Brick] [cost] [subtract] [<var:br:temp>]
[132] onActivate > Client > centerPrint [<var:br:cost>]
Now, besides it occasionally not even doing the proper calculations, there are other times where it flat out doesn't work. No center print, nothing.
I don't know if this is VCE or something else, but help is appreciated.