On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I know this is probably an incredibly stupid question, but I can't figure out how to get the 'End Turn' button to work. I've tweaked the settings a bit, but it still doesn't work. Thanks!

Hey hibjgalaphor, thanks for the question. You can set up the End Turn button by setting its settings in the plugin parameter. The most important of these is the End Turn skill which corresponds to the ID of a Skill in the Database which is used by the Actor when the button is pressed in Battle.

https://cdn.discordapp.com/attachments/235557488794009600/1200614165488881706/image.png?ex=65c6d213&is=65b45d13&hm=40baba806ccb1dee67c9979398e1135955ff3e2fcb1a600795689d934c98b222&

In the Demo Project, we have set up the End Turn Skill to look like this in the Database. This Skill must use the <willEndTurn> notetag to indicate that it will end the Actor's turn once the Skill has been used so that it can move onto the turns of other Actors in the party or onto the Enemy Troop depending on the initiative order.

https://cdn.discordapp.com/attachments/235557488794009600/1200615104119590954/image.png?ex=65c6d2f3&is=65b45df3&hm=9ca2ea396072f8a4ca9b4e71667ab4f12ed2cddfc0f2d13234e7099d5ffbcdc2&

That should be all there is to it, but please follow up and let us know how this looks like in your project so we can help troubleshoot any issues you have been running into :)

Thanks,

MythAtelier Team

(+1)

Thank you so much, works flawlessly!