Does anyone know how to set a certain walking pace to a set formation, what I'm after is 'Line Formation' normal pace, 'Column Formation' x2 and 'Square Formation' not allowed to move. All suggestions welcome, thanks.
There are constants in dmscript.global: gc_obj_speed_default = 32; gc_obj_speed_peasant = 40; gc_obj_speed_hardhorse = 56; gc_obj_speed_fasthorse = 96; ... maybe you could find how these are applied?