Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Edit: It seems that my issue was due to trying to trigger multiple calls from the same trigger. Making it one call per trigger fixed the issue. Bit of a weird VNyan quirk I suppose


_xjo_item_enable and _xjo_item_disable seem to be broken, at least on the latest VNyan and plugin versions. No matter what I do, I can't get it to toggle items on or off. The filter enable/disable triggers work perfectly


Huh, that is strange! I wonder if its a quirk of the trigger system, or the way that I'm handling websocket messages.

I'll look into this! In the mean time, try using an "ordered switch" node between the calling trigger and the OBS triggers, that should execute each one in sequence and may mitigate the issue