Does openbullet 2 support support these command like in OB1?

SET STATUS SUCCESS
SET STATUS FAIL

is it support by ob2 ? or it something different code. ?

data.STATUS = "FAIL";

data.STATUS = "SUCCESS";

And if you want the bot to stop use

return;

after setting the status.

1 Like

thanks my issue solved.

openbullet 2 has documentation like this ? like you told data.STATUS = “FAIL”; etc commands