![[PokeCommunity.com] Idle Bubble System – Installation & Usage Guide V21.1 [PokeCommunity.com] Idle Bubble System – Installation & Usage Guide V21.1](https://i.ibb.co/sp0f2k1h/Screenshot-2025-04-30-202459.png)
Step 1: Install the Script
- Open RPG Maker XP.
- Press F11 to open the Script Editor.
- Scroll to just below the TextEntry section.
- Right-click → Insert → name it IdleBubbleSystem.
- Paste the full script (from Idle Bubble System.txt) into this section.
![[PokeCommunity.com] Idle Bubble System – Installation & Usage Guide V21.1 [PokeCommunity.com] Idle Bubble System – Installation & Usage Guide V21.1](https://i.ibb.co/7N2MDjrW/Screenshot-2025-04-30-200311.png)
Step 2: Add Required Graphics
Copy the following files into your game's folders:- bubbleArrowDown.png → Graphics/Pictures/
- bubbleskin.png → Graphics/Windowskins/
Step 3: Create an Idle Bubble Event
To show text above an NPC or event:- Open or create an event on your map.
- Set the following:
- Trigger: Parallel Process
- Priority: Same as Character
- (Optional) Enable Direction Fix and Stop Animation
- Add this script call in the event's commands:
Control Self Switch A = ON
![[PokeCommunity.com] Idle Bubble System – Installation & Usage Guide V21.1 [PokeCommunity.com] Idle Bubble System – Installation & Usage Guide V21.1](https://i.ibb.co/C5jvY6LP/Screenshot-2025-04-30-200315.png)
![[PokeCommunity.com] Idle Bubble System – Installation & Usage Guide V21.1 [PokeCommunity.com] Idle Bubble System – Installation & Usage Guide V21.1](https://i.ibb.co/dw0wm3xM/Screenshot-2025-04-30-200319.png)
Example Event Setup
Event Page 1Trigger: Parallel Process
Contents:
pbIdleBub("Welcome to town!", 4, 3, 5, true)
Control Self Switch A = ON
Event Page 2
Condition: Self Switch A is ON
Contents: Empty or standard behavior
Script Arguments Explained
"Hello there!" – Text shown in the bubble4 – Radius in tiles (how close the player must be)
3 – Time (in seconds) the bubble stays before hiding
5 – Event ID the bubble appears over
true – true = show full text instantly, false = scroll letter by letter
Tips
- Great for background comments, idle chatter, or atmospheric detail.
- Instant mode (true) is recommended for smoother gameplay.
- You can reuse pbIdleBub on any event, as often as needed.
- Link
Last edited: