Send a toast message when a certain thing is displayed in a label

I want to make it so it says “Congrats! you got to ____ cookies!” for a cookie clicking game. how do I make it so when the label says a certain number it says the message with a preset message.

Use the join block to concatenate.

1 Like

You can use the Notifier component’s Show Alert method :point_down: to provide user a toast message

image

Image source – Notifier - Kodular Docs

2 Likes