- Pokémon Essentials Version
- v21.1 ✅
How to Use the Plugin
This plugin allows you to display speech or thought bubbles above specific events in a game. The function used for this is:
Ruby:
pbCallBub(type, eventID)
Parameters:
- type: This parameter determines the type of bubble:
- 1: Floating thought bubble (no arrow).
- 2: Speech bubble with an arrow pointing to the event.
- eventID: The unique ID of the event above which the bubble will appear (e.g., an NPC or an object).
Steps to Use:
- Determine the Bubble Type:
- Use 1 for a thought bubble.
- Use 2 for a speech bubble with an arrow.
- Find the Event ID:
- Identify the ID of the event where the bubble should appear. This ID is passed as the second parameter to the function.
- Call the Function:
- Add the function pbCallBub(type, eventID) to a script or an event to create the bubble.
Code:
pbCallBub(1, 6 # Creates a thought bubble above the event with ID 6
pbCallBub(2, 5) # Creates a speech bubble with an arrow above the event with ID 5
By following these simple steps, you can use the plugin to place bubbles in your game.
View: https://imgur.com/T3pGHv1
View: https://imgur.com/gvONiVK
View: https://imgur.com/SFbFs2h
View: https://imgur.com/9HfdFT8
- Credits
- Carmaniac (Original Script), Nononever (Updated for v21)
Dont use the 0 From Events :)