- Joined
- Dec 19, 2021
- Messages
- 39
- Reaction score
- 10
- First Language
- german
- Primarily Uses
- RMMV
I want a colored text popup to appear on the enemy/party-member when a state is afflicted.
like in this gif.
youtube.com
or in this short clip.
I am using all of the Yanfly Plugins.
I was thinking about something as simple as this in a state notebox:
<Custom Apply Effect>
user.startMessagePopup(Poisoned, green);
</Custom Apply Effect>
like in this gif.

✂️ colored state popup
5 seconds · Clipped by InternetCitizen · Original video "Visual State Effects - VisuStella MZ Plugin #17" by VisuStella

I am using all of the Yanfly Plugins.
I was thinking about something as simple as this in a state notebox:
<Custom Apply Effect>
user.startMessagePopup(Poisoned, green);
</Custom Apply Effect>
Last edited: