AiParams.followCustomDirectCommands 72

Disable various AI behaviors in order to prepare the soldier to follow direct commands, such as soldier.moveTo()


Return value

Return TypeDescription
voidThis function doesn't return anything

No parameters defined for this function.


Examples

Example 127

-- Make sure that soldier AI doesn't neither give or follow squad orders, but only custom direct commands!
myself().getAiParams().followCustomDirectCommands()

Back to Scripting API