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

Would you be able to provide some screenshots of the issue? Having trouble replicating on our end which means there might be some other errors happening.

https://vimeo.com/943106527?share=copy


Here is a clip the quality is bad but in it I have a one line battle processing event activated on action button. The battle loads and I use a skill then attempt to end turn. I also click different characters and nothing happens. Let me know if it works. Thank you for your help.

Thank you for sending in the video! This clarifies things immensely. It clearly looks like a bug because the Actor Status Window should be changing to match the character whose hand you are peeking. When you hit End Turn, does the turn not move over to the next party member?

No it doesn't it auto guards for the initial party member who's turn it was currently.

Does the Skill that is tied to End Turn have the <willEndTurn> Notetag? That will be needed to pass the turn.

Oh this makes since, so my ID 2 is set to guard in skills and that is the end turn skill ID also.  It must trigger guard when I click end turn. Should I change the end turn skill ID to its own or should I add <willEndTurn> to the notes of guard?

So I added <willEndTurn> to guard and now they switch on end turn. The actor status window still doesnt change while peeking

Ok, so at least we have things working. We can make sure to fix the peeking error for the v1.6.1 patch. Last thing from you: could you open the console (F8) and then attempt to peek at another party members hand? Do any error messages or warnings pop up when you do?

I am pretty unfamiliar with this menu to preface, but I see a message in red saying: make sure MYTH_StateinfoPopup is placed above MYTH_cgc_Helpboxcontrol. Below that are a handful of yellow section that talk about members of the party not having enough cards

The stateinfo popup plug in isnt in my manager

Got it! That gives us enough to work with. Thanks :)