if(DialogueDebug.logWarnings)Debug.LogWarning(string.Format("{0}: Sequencer: Voice({1}, {2}, {3}, {4}) command: No Animator or Animation component found on {3}.",newSystem.Object[]{DialogueDebug.Prefix,audioClipName,animationClipName,finalClipName,(subject!=null)?subject.name:GetParameter(3)}));
}
elseif(string.IsNullOrEmpty(audioClipName))
{
if(DialogueDebug.logWarnings)Debug.LogWarning(string.Format("{0}: Sequencer: Voice({1}, {2}, {3}, {4}) command: Audio clip name is blank.",newSystem.Object[]{DialogueDebug.Prefix,audioClipName,animationClipName,finalClipName,subject.name}));
}
elseif(string.IsNullOrEmpty(animationClipName))
{
if(DialogueDebug.logWarnings)Debug.LogWarning(string.Format("{0}: Sequencer: Voice({1}, {2}, {3}, {4}) command: Animation name is blank.",newSystem.Object[]{DialogueDebug.Prefix,audioClipName,animationClipName,finalClipName,subject.name}));
if(DialogueDebug.logInfo)Debug.Log(string.Format("{0}: Sequencer: Voice({1}, {2}, {3}, {4}): Audio is muted; not playing it.",newSystem.Object[]{DialogueDebug.Prefix,audioClipName,animationClipName,finalClipName,Tools.GetObjectName(subject)}));