BluBoi 0 Posted July 15, 2021 Hello! I'm trying to get a conversation going using kbTell and kbWasSaid, but I keep getting a "generic error" (as in that's literally all it spits out as an error message) spat out at me here's the syntax I'm using sage1 KbTell [off,"Balcony","SageLine_1"]; waitUntil { sage1 KbWasSaid [off,"Balcony","SageLine_1"",3]; }; any and all help is appreciated! Share this post Link to post Share on other sites
sarogahtyp 1109 Posted July 15, 2021 Show error message out of .rpt file! https://community.bistudio.com/wiki/Crash_Files Share this post Link to post Share on other sites
beno_83au 1369 Posted July 15, 2021 While @sarogahtyp makes a point of good practices, I happened to notice this: sage1 KbTell [off,"Balcony","SageLine_1"]; waitUntil { sage1 KbWasSaid [off,"Balcony","SageLine_1"",3]; //double "" }; There was also a "hidden" character in that code, which is sometimes an issue from the forum. So depending on where you got the code, you may want to just write it again from scratch real quick. Share this post Link to post Share on other sites