- thank you that worked perfectly now. Was going crazy trying to figure out why it wasn't working lol.
You wouldn't happen to know how we can add the CH47s kills would you? I can shoot them down and use rockets but cant get it to trigger. I have trierd to add the following and just doesn't popup still
if (entity is CH47Helicopter)
return CombatEntityType.CH47Scientists;
if (entity == null &&
combatEntityType != CombatEntityType.CargoPlane &&
combatEntityType != CombatEntityType.Helicopter &&
combatEntityType != CombatEntityType.CH47Scientists &&
combatEntityType != CombatEntityType.Bradley &&
combatEntityType != CombatEntityType.ScrapTransportHelicopter &&
combatEntityType != CombatEntityType.Minicopter)
return null;
case CombatEntityType.CH47Scientists:
return "CH47";