'Here yah go guys
'This script allows Hal to remember his exact birthday.
'you will have to edit the HalsAge.brn to the birthday of your
'own bot because the birthday in this HalsAge.brn is my own
'bot's birthday. Download HalsAge.brn and HalsAgeDetect.brn
'to your Hals default folder. Remember to edit your
'HalsAge.brn file to your own bots birthday.
If HalBrain.TopicSearch(OriginalSentence, WorkingDir & "HalsAgeDetect.brn") = "TRUE" Then
Birthday = HalBrain.ChooseSentenceFromFile(WorkingDir & "HalsAge.brn")
GetResponse = Birthday & vbCrLf
DebugInfo = DebugInfo & "User is talking about Hals birthday: " & Birthday & vbCrLf
Else
DebugInfo = DebugInfo & "User is not talking about Hals birthday: " & Birthday & vbCrLf
End If
'Best of wishes and grand new discoveries.
'Jerry.
Download Attachment:
HalsAge.brn617 Bytes
Download Attachment:
HalsAgeDetect.brn835 Bytes