Module for controlling certain creature behavior.
trx.creatures.add_ally(object_id)
Marks an object as an ally of Lara. Every item of that type becomes an ally.
Parameters:
object_id (trx.catalog.objects).Example:
trx.creatures.add_ally(trx.catalog.objects.monk_1)
trx.creatures.add_ally_target(object_id)
Marks an object as one that will fight any of Lara's allies. Every item of that type will target them.
Parameters:
object_id (trx.catalog.objects).Example:
trx.creatures.add_ally_target(trx.catalog.objects.bandit_1)