if(DialogueDebug.logWarnings)Debug.LogWarning(string.Format("{0}: Sequencer: Animation({1}, {2},...) command: No Animation component found on {2}.",newSystem.Object[]{DialogueDebug.Prefix,firstClipName,(subject!=null)?subject.name:GetParameter(1)}));
}
elseif(string.IsNullOrEmpty(firstClipName))
{
if(DialogueDebug.logWarnings)Debug.LogWarning(string.Format("{0}: Sequencer: Animation({1}, {2},...) command: Animation name is blank.",newSystem.Object[]{DialogueDebug.Prefix,firstClipName,subject.name}));