Rmove cooldowns
Is your feature request related to a problem? Please describe.
Rmove signs work off of ticks, but something that would be nice in terms of a balance would be if Rmove sign click speed was scaling off of the speed: variable or something similar.
Describe the solution you'd like
In order to implement this, it would have to work off of a timer whenever a rmove sign is clicked and this timer will scale off of the rmove vector, and the speed variable in the type config. A simpler way of setting the rate at which an rmove sign activates is to have a seperate variable called staticCooldown: set in seconds as a double.
It would appear that the RelativeMoveSign wasn't fully implemented in 8.0. The intent is for the sign to follow the same behavior as stick movement (w.r.t. the speed option), but to allow integer multiples with the maxStaticMove setting.