You allow us to call this meothd to add new Drone AI behavior no the MyVisualScriptLogicProvider class: public static void SetDroneBehaviourFull(string entityName, string presetName = "Default", bool activate = true, bool assignToPirates = true, List waypoints = null, bool cycleWaypoints = false, List targets = null, int playerPriority = 10, float maxPlayerDistance = 10000f, TargetPrioritization prioritizationStyle = TargetPrioritization.PriorityRandom) But the TargetPrioritization prioritizationStyle is blacklisted. We can't pass anything to this method except null.