• 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.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
Resource icon

v21.1 BW Speech Bubble 1.1

This resource pertains to version 21.1 of Pokémon Essentials.
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
Renamed the Script data
Back
Top