1. I am using the latest version of ChatScrip
2. 2 bots harry and george present
3. Start in local mode, compile harry
4. Stop and restart in server mode, connect and execute queries for bot harry. Works. Try to connect to bot george gives “no such bot” error.
5. Start in local mode again and compile george now.
6. Stop and restart in server mode. Bot george works now, but bot harry fails with “no such bot” error.
The requirement I have is to run 1 server and have multiple bots. Then before the start of the conversation, the bot name is passed as the second parameter to the server as described in the Client-Server manual. However only the LAST COMPILED bot seems to work.
Can someone help get my configuration right so that I can have multiple bots running simultaneously on the same server?
Thanks