1
AGI Development Tools / Re: Starting to learn AGI! (and unexpected result from first test)
« on: January 12, 2016, 01:46:58 AM »
I just did another through search of the logic, and finally found the source of the problem!
It's in the code for debug mode, which I guess I disregarded beforehand because I assumed it would be in one of the main logics instead. I was really puzzled because there IS code in the main logic for responses like the ones you gave ('I don't know what you mean', etc.), and I couldn't understand why my unknown words didn't trigger that.
I probably would have solved this a lot faster if I deactivated debug mode for the last edit of my test, but I figured it would be pointless because it wasn't meant to be a game for playing.
So, problem solved, now onwards and upwards!
It's in the code for debug mode, which I guess I disregarded beforehand because I assumed it would be in one of the main logics instead. I was really puzzled because there IS code in the main logic for responses like the ones you gave ('I don't know what you mean', etc.), and I couldn't understand why my unknown words didn't trigger that.
I probably would have solved this a lot faster if I deactivated debug mode for the last edit of my test, but I figured it would be pointless because it wasn't meant to be a game for playing.
So, problem solved, now onwards and upwards!
Thanks guys!