Skip to main content

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

Another question, i tried to change the size of monster move bar gui at the battle but i cant find it how. Same happen with chosen gui at the shrine. Can you guide me how? 

The move list in battle is set up by mev_battle_attack.

I don't understand what you mean with "chosen GUI at the shrine" but the terminal menu is set up by msh_terminal_load_page.


Both of these have comments for what each block of code does (e.g. "Frame with type/MP info") so hopefully it should be easy to figure out how to change the parts you want to change.

Thank yal fix the gui battle move, but the gui i mean in the shrine was dialog box that pooped with option such as heal and other. I wanna to change that to

Ah, got it.

Currently it uses the cc_question cutscene command (which is shared between all multichoice questions) so my recommendation would be to copy that to a new script cc_shrinequestion and then edit that to create the menu the way you want.