• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

v21.1 BW Speech Bubble 1.1

This resource pertains to version 21.1 of Pokémon Essentials.
Broken arrows fix, changed the arrows logic
Little hotfix, not more not less
The player can now be selected using the following command:

Code

pbCallBub(type, -1)
  • Type: Specify 1 for a floating bubble or 2 for a speech bubble with an arrow.
  • Value: Use -1 to indicate the player.

💡 Examples:​

  • To create a floating bubble for the player:
Code

pbCallBub(1, -1)
  • To create a speech bubble with an arrow for the player:
Code

pbCallBub(2, -1)

📈 Improvements:​

  • Arrow Movement: The arrows now move along with the player or event, ensuring they stay correctly positioned.
  • Positioning Fixes: Adjusted the positioning logic to prevent arrows from being placed outside the visible area.

🐛 Bug Fixes:​

  • Arrow Display for Player: Fixed an issue where arrows were not displayed when the player was speaking.
  • General Positioning: Resolved positioning errors that caused arrows to appear incorrectly.
🎉 Enjoy the new feature and happy gaming!
Fixed the text skin
  • Like
Reactions: ProChamCham
Added a missing textskin file
Renamed the script data.. to match the old one
Debug crash should be fixed now
  • Like
Reactions: ProChamCham
Back
Top