Jump to content
BluBoi

Issue with kbTell conversation scr9pting

Recommended Posts

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×