this is what i put for the chrono stuff but i think i did something wrong correct it if u wanna help me
;*** Reinforcement/Chrono Stuff ***
ChronoDelay=.1 ;delay after teleport for chrono sphere
ChronoReinfDelay=.1 ;delay after teleport for chrono reinforcements
ChronoDistanceFactor=.1 ;default = 32 amount to divide the distance to destination by to get the warped out delay
ChronoTrigger=yes ;defualt=yes, if yes, then delay varies by distance, if no, it's a constant
ChronoMinimumDelay=0 ;default=0;this is the minimum delay for teleporting, no matter how short the distance
;this value will also be used if the ChronoTrigger flag is turned off
ChronoRangeMinimum=1 ;this can be used to set a small range within which the delay is constant
;the range is measured in leptons (256 per cell) within this range the delay will be set to the minimum
;a value of 32 for ChronoDistanceFactor gives a delay of eight frames for every cell traveled.
;256 leptons per pixel, so to get frames delay per cell use 256/ChronoDistanceFactor
;this is an inverse function, so larger number means shorter delay
;minimum value can be one (not zero!) which would result in 256 frames of delay per cell traveled