Cray Initiate Sep 22, 2022 #1 The summoned creature or pet will stop attacking if the player is not nearby. How can I keep the AI from stopping when I am off screen? Also if I can set the time I would like to set it. Thank you.
The summoned creature or pet will stop attacking if the player is not nearby. How can I keep the AI from stopping when I am off screen? Also if I can set the time I would like to set it. Thank you.
zerodowned Moderator Sep 22, 2022 #2 I believe this should work public override bool PlayerRangeSensitive { get { return false; } }