Ok.
Use a movement meter that updates a property called “blue_fish”.
Make the movement meter drain 0 blue fish ever 1 second.
On the property device, when it updates, make it run block code in the notification that sets the text to the property.
Block code:
set text: convert number to text: get property: "blue fish"
broadcast message on channel: show_notification
The notification is opened when receiving on “show_notification”.
Yes, use an inventory item manager for blue fish.
Update the ‘blue_fish’ property.
The block code and property would be the same.
Does this help, @greanpie?
Why not use a checker to see if your item is enough? Then wire it to a notification. And like Quack_Quack_G was saying, update a property and use it to show how much of that item you have.
but i need @Quack_Quack to post a updated version of the solotion cuz it had a few mistakes at first. and i cant mark untill so it could be later maybe
Use a inventory item manager that updates a property called “blue_fish”.
On the property device, when it updates, make it run block code in the notification that sets the text to the property.
Block code:
set text: convert number to text: get property: "blue fish"
broadcast message on channel: show_notification
The notification is opened when receiving on “show_notification”.