I'm working on a healing CC and I noticed the bot is selecting my CC every time without any prompt to select a CC. This is the main cs file Also, I am having an issue with non-group members being in my group list when I'm hanging around cities. Any ideas? PHP: public static IEnumerable<TorPlayer> Party { get { return ObjectManager.GetObjects<TorPlayer>().Where(p => p.IsFriendly && p.GroupId == BuddyTor.Me.GroupId).ToList(); } }