Note: It is recommended that users have fully setup an AI's Player Tag, Animation Profile, and other basic steps before proceeding.
Pet AI are intended for non-combat usage and will follow their user set Target to Follow. They cannot be detected by other AI and will not flee or attack. They have no other behavior settings other than a Target to Follow option.
To make a Pet AI, simply set the Current Behavior Type to Passive within the Behavior Component and assign the desired Target to Follow.
There are two ways to assign a Target to Follow through code, if desired.
The first method is to assign a Target to Follow through the static EmeraldAPI class. The TransformToFollow would be the target you would like the owner of the EmeraldComponent to follow.
The second method is through the AI's own detection component. The TransformToFollow would be the target you would like the owner of the EmeraldComponent to follow.