• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
BW Message script - New Bubbles!

Resource BW Message script - New Bubbles! 3.0.2

Carmaniac

Rookie
Member
Joined
Apr 27, 2025
Posts
5
Carmaniac submitted a new resource:

BW Message script - New Bubbles! - Updated to add dynamic bubbles to events

Welcome to the latest addition to my Black and White window script. Thanks to Nononever for keeping this script alive when I disppeared from the community for a long time. With this new version I have now added in dynamic floating bubbles while maintaining the old script calls to hopefully not break every single game that uses the old script.

This script allows you to have fading in bubbles, auto clearing bubbles, player monologue and animated shock bubbles.
The nice thing about this new...

Read more about this resource...
 
Howdy! I started using this script lately having used the older versions in the past, and ran into some issues. Namely, using "-1" to target the player doesn't seem to work with either the old or new calls. The debug console prints a message saying "[SpeechBubble] Invalid talking event (0); resetting." while the dialogue box shows as if there was no speech bubble at all.

In addition, using "4" to set the speech bubble type doesn't work either, instead calling a "thought" bubble above the specified event. I would provide screenshots of all this, but thanks to the changes made regarding images, I can't.
 
Howdy! I started using this script lately having used the older versions in the past, and ran into some issues. Namely, using "-1" to target the player doesn't seem to work with either the old or new calls. The debug console prints a message saying "[SpeechBubble] Invalid talking event (0); resetting." while the dialogue box shows as if there was no speech bubble at all.

In addition, using "4" to set the speech bubble type doesn't work either, instead calling a "thought" bubble above the specified event. I would provide screenshots of all this, but thanks to the changes made regarding images, I can't.
I'll take a look, it is highly possible I just missed adding that function back into the old methods as I never originally supported it but added it to the new system.

Legit just flat out forgot to add it back in to the original calls which is my bad. I'll take a look in the morning at adding this back in and will update the script soon as i can.
 
I try to run the bubble message in an event while another event is talking and even if I put that the bubble must disappear in 2 seconds, It remains until all the next "Show text" commands end. I try also to put the bubble event in parallel process but It doesn't seems to change, any help? Thanks
 
I try to run the bubble message in an event while another event is talking and even if I put that the bubble must disappear in 2 seconds, It remains until all the next "Show text" commands end. I try also to put the bubble event in parallel process but It doesn't seems to change, any help? Thanks
It's why there's a clear function, so if you know there might be a bubble near by when you're doing show text, always make sure you call pbClearBub before doing the show text and that will for every bubble to clear off screen ready for you to then carry on the show text functions.

Parallel process isn't really needed when having the ambient bubbles enabled as they should always be placed in a comment section as the script will automatically pick up on any of the events that have it in there. Unfortunately with how essentials handles messages, it forces the handler for the auto clear to pause as the message window takes over the update loop and then like you've experienced will then carry on once free, I'll find a way in the next update to hopefully automatically just hide the bubbles when show text is active and bring them back once completed to finish their cycle.

Wont be for a little while as working on other projects at the moment.
 
Back
Top