Unknown
From DarkAI
AI
GET ENTITY IS DUCKING
This command returns if the
entity is currently ducking or standing. In automatic mode an entity
may occasionally duck according to its state and stance. You should
use this command to detect when an entity is ducking and represent
that in the object, as there are many ways to represent ducking the
AI system will not do it automatically.
Syntax
return
integer = AI Get Entity Is Ducking ( Entity Number
)
Parameters
Entity Number, The id of the
entity to check.
Return
1 if the entity is ducking,
0 if not.