You should consider joining our Discord to ask for support.

We created a support channel using the new Discord Forum feature!

You can also visit our new website, it has a help section in English and French

0 like 0 dislike
396 views
in Bug by (540 points)
closed by

I've been working on custom summary screens and I've got most of it done, but I'm stuck on showing the "PP/MAX PP" for only one move at a time. By default it shows each moves PP, and I really only want it to for the selected move. 

I noticed that the script for this page in the summary screen is split into two different classes and one can use :pp_text while the other can't, and I can't seem to figure out how to get it to work in the Summary_Skills class. 

Here's a preview of my summary screen.

closed with the note: Closed as answer was given, if needed please contact Rey on Discord to open back this topic.

1 Answer

0 like 0 dislike
by (28.0k points)
selected by
 
Best answer

Hi, it seems that this part of the UI is not declared in a class!

If you want to add the pp_text you'd need to copy the function init_texts from 01300 UI\00500 Summary\00400 Skills.rb line 66 and add a text to @move_info ;) 

by (540 points)
I didn't see this until now, thank you Yuri!
...