If Priority = 0 And InStr(UserSentence, " SING ") > 0 And (InStr(UserSentence, " SONG ") > 0 Or InStr(UserSentence, " SONGS ") > 0) And InStr(UserSentence, " NO ") = 0 And InStr(UserSentence, " DO NOT ") = 0 And InStr(UserSentence, " DON'T ") = 0 Then If InStr(UserSentence, " KID ") > 0 Or InStr(UserSentence, " KIDS ") > 0 Then songToSing = "kidsongs" Else songToSing = "regular" End If songToSing = HalBrain.ChooseSentenceFromFile(WorkingDir & "songs\" & songToSing & ".txt") songToSing = Replace(songToSing, "", Trim(UserName)) HalCommands = "" & songToSing & "" End If