crowbartools / Firebot

A powerful all-in-one bot for Twitch streamers
https://firebot.app
GNU General Public License v3.0
353 stars 100 forks source link

[Feature Request] Stop All Loops button in settings #1512

Open CKY- opened 2 years ago

CKY- commented 2 years ago

Describe the solution you'd like A button that will force all loops to exit. even if they have not finished. If While loops are enabled show a button that will force all loops to exit. This button can set a internal var exit to true and in the loop check for it then break out of any currently running loop. This will make not having to restart firebot to rest anything that maybe caused by the loop effects.

CaveMobster commented 2 years ago

I don't think this is something to add to the settings, but we could maybe make this into an effect, or add it to the Clear Effects effect.

CKY- commented 2 years ago

sounds good to me.