Unknown

From DarkAI

AI SET ENTITY SPEED

This command sets the entity movement speed in units per second. When calling AI Update it will use timer based movement to keep entities moving their defined speed regardless of the current frames per second. The default speed is 5 DarkBasic units per second. When the entity is ducking this speed is halved.

Syntax
AI Set Entity Idle Position Entity Number, Speed#

Parameters
Entity Number, The id of the entity to set the speed.
Speed#, The new speed in units per second.

Return
n/a