Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
Deleted 108 days ago

The error associated with those variables do not stop gameplay. Please screenshot the console at the time the error occurs.

Deleted 108 days ago

Are the skills setup in the core configuration?

Deleted 108 days ago

...Alright. Well, several users are using visustella along with this plugin set but since I am not a developer of Visustella, I cannot guarantee performance as in your special case and that image doesn't exactly say what the issue is:

Is your usage time causing an issue with the plugin? Do you have a video of how this playtime affects the functionality of the plugin?

Looking into it, Steam does prevent RPG Maker from opening under certain circumstances so maybe this might be your issue?

Regardless, perhaps you can check your load order? There are many points which can be tested to determine as to why the plugin would not launch time attack. Primarily it would be:

- The skill to be executed is not setup in the core configuration, you claim to have done this which leads to the next point:

- The startAction function for the log window is being overwritten. The timed attack plugins do not overwrite the original function unless an action to be used has been configured for such. As a result, it is recommended to load the plugin after any action modifying plugins in your plugin load order. Should this fail...:

- I'll need to know what version of RPG Maker you are using and if possible, a video with the skill in question being used.

- Should an old RPG Maker be used, I understand that some function names may not be the same as more updated versions and as such, the function call may miss entirely

- There is likely a plugin overwriting the function without alias and in such instance, you will need to load the timed attack plugins after such a plugin.... you will likely also have may other issues due to such a plugin in which case I recommend you contact the developer of such plugin and try to get them to alias the function or you may attempt to do as such.

Also, what's the load order for the plugins? Have you tried changing them up?