ID:138387
 
Here's a small feature request. Would it be possible to, instead of having Stat() be refreshed every 8 ticks, or 1 tick, could you include it in a user specifiable var, like world.stat_delay? By default, it would equal 8, and then people could configure it manually.

How does that sound?

So do you want it slower or do you want it faster? I am just curious. You can make it slower right now by sleeping at the top of Stat(), but that is sort of a hack. A configurable variable, as you suggested, would be more obvious and would also allow the stat tick to be sped up.

--Dan
In response to Dan
So do you want it slower or do you want it faster? I am just curious.

I want it faster... stat panels updating in eight ticks is a little undershooting the amount of things that can happen in a single second in CATs. I'll probably arrive at around 2 or 1 for the stat_delay (if one is created).