Setting traceheight anywhere from 1000 to 20000 has no visible effect.
I implemented the timer solution, and the problem is still there.
I believe there is somewhat of a delay time, because the transitions(states themselves) between each state have delay time in the form of sleep('') for animations. Should I put delay times in the non-transitional states as well? Don't know how that would help, though...
I implemented the timer solution, and the problem is still there.
I believe there is somewhat of a delay time, because the transitions(states themselves) between each state have delay time in the form of sleep('') for animations. Should I put delay times in the non-transitional states as well? Don't know how that would help, though...
Comment