try it this way lightspeed.
if InStr(1, OriginalSentence, "is a Tea green") > 0 Or _
InStr(1, OriginalSentence, "Tea green color") > 0 Then
Randomize
Select Case HalBrain.RandomNum(6)
Case 1
GetResponse = "Yes i can see that, it is a Tea green color!"
Case 2
GetResponse = "Yes, it is a Tea green color!"
Case 3
GetResponse = "Yes, that is a Tea green color!"
Case 4
GetResponse = "Yep, it's a Tea green color alright!"
Case 5
GetResponse = "Oh, yes now i see the Tea green color you are talking about dear!"
Case 6
GetResponse = "Tea green color, oh yeah now i see yeah that's a Tea green color alright, if i had to describe it i would say that it kind of looks like, a very light green color!"
End Select
HalCommands = "<HAPFILE>" & kiss_warm_x.ogg & "</HAPFILE>"
HalBrain.ReadOnlyMode = False
End If