As a new user, I’m trying to get the hang of control scripts. I’m trying to build an interviewer application that asks questions about a bunch of pictures. I’ve created separate topics for each picture, but I’m having problems getting ChatScript to select the topics in the order I choose.
I’ve got it working on Windows by renaming the topic files to be in alphabetical order, but that doesn’t seem to work on my Linux server. Instead of alphabetical order it’s selecting them in some arbitrary order I can’t seem to figure out.
I’m not sure what other information you might need. I’ve changed the simplecontrol.top to do
first(@8subject)
pick(@8subject)
. Please let me know if this isn’t enough information to help.