Try putting the code just after the section;
'PROCESS: ADD SPACES
'This will add spaces to the beggining and end
'of the user sentence to make sure that
'whole words can be found at the beginning and end of any sentence
UserSentence = " " & UserSentence & " "
You may also need to add the following lines to make the script compatible with the XTF brain:
GetResponseBlock = True
BlockSave = True
Hope that helps! [
]