# .font: font.text_2
2022-07-16 19:41 altermaven  
# .font: font.text_1
"centerprint" is a function in various game scripts that either puts printed text in center alignment, or at the center of the screen. very useful for grabbing your attention, while also being a basic element -- as the grey-on-black is.

# .font: font.text_2
2022-07-16 22:53 dustin  
# .font: font.text_1
i wonder if a ffly and a bfly inside a 2x2 box always end up moving in the same pattern, no matter their starting positions and directions.

# .font: font.text_2
2022-07-17 11:14 altermaven  
# .font: font.text_1
Considering they tend to clash in terms of how they steer, I would imagine they would eventually wind up moving the same way.  
  
Interactions in a box more than 2x2 is a little different. one mob will trip the other for a cycle, then the reverse will happen for a cycle. this is possibly due to the cso..

# .font: font.text_2
2022-07-17 22:20 dustin  
# .font: font.text_1
yes, that's definitely got to do with cso :) this is always an important factor if flies interact.