Skip to main content

(776) _AC_DIR_L

Effect

Turns the entity of the animation left over a given amount of frames.

The entity always makes the smallest turn possible. If the invert argument is provided, the entity will turn the longer way around.

Starts the stepping sound effect.

Syntax

_AC_DIR_L(time, invert?)
ArgumentDescriptionTypesRequired
timeThe amount of time to turn, in framesFloatRequired
invertWhether to invert the turnAnyOptional

Example

anm_dummy:
_AC_DIR_L(8)
_ACMD_END()

The above script will turn the entity left over 8 frames.