Just stick this in the unit's init line:
this setVariable ["BIS_noCoreConversations", true]
Alternatively, you can easily do it for every unit on the map by using the following:
{_x setVariable ["BIS_noCoreConversations", true]} forEach allUnits
Hope that helps.