Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

If you mean the 3.4 version I already have that. In general popups work fine with that.

There's no message in the console when I try to use a Text Popup plugin command in the action sequence - it just doesn't happen. But if I disable your plugin and try it, the Text Popup works, so something is clashing between the two.

I know since VS is obfuscated it's an uphill battle doing anything. I'd even be happy with your plugin offering the ability to trigger a text popup in a plugin command or something.

If you meant something else and I misunderstood... sorry!

You understood everything correctly, that's right. I remember a user who reported the primary problem with VS; basically, he and my plugin use the same classes, so in my code there's a section that suspends the class that VS uses. Otherwise, two damage popups with different configurations would appear on the screen at the same time. It seems that this same class is responsible for the popup you need.

I'll add a review of this plugin to my to-do list and study a way to keep the classes working independently between plugins. When I have news, I'll let you know promptly. Thank you very much for your message and interest.