(info) This AI is still in early stages of development.

instance.autoActivate

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

 

Syntax

Processes("myProcess").autoActivate

Notes

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

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

  • When eventStartLevel() is fired
  • When the player associated with the script is revived

Availability

Requires:

  • Warzone 3.1 or above
  • Process 0.1 or above

Â