This AI is still in early stages of development.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

A boolean value stating whether the process instance should automatically deactivate or not.

 

Syntax

Processes("myProcess").autoDeactivate

Notes

This value is set when you create the process instance using Processes().

If it is set to true then the instance will automatically deactivate (as if calling instance.deactivate()) in the following scenarios:

  • When the player associated with the script is killed

Availability

Requires:

  • Warzone 3.1 or above
  • Process 0.1 or above

 

  • No labels