tozededao
Community Developer
- Joined
- Jan 15, 2010
- Messages
- 1,225
- Reaction score
- 5
If I want to make Spirits relevant for the bot in order to try to kill them would this work?
On this method private void CombatTargetingOnWeightCalculation(NetworkObject entity, ref float weight)
On this method private void CombatTargetingOnWeightCalculation(NetworkObject entity, ref float weight)
Code:
if (m.Name.Contains("Tormented"))
{
weight +=30;
}