• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Custom Feature Question] happines in sumary

  • 50
    Posts
    5
    Years
    • Seen Oct 17, 2023
    I would like the summary to show an icon to represent friendship. As more friendship has the image change to give a feeling of filling.

    Is there a code for that?
     
    See this script: https://www.pokecommunity.com/showthread.php?p=8957793

    You should strive to look for scripts similar to what you are looking to create and work yourself up from there.
    So credits to Lucidious89, as I used his script as the base.
    I have only tested this on v16.2, however.

    In PScreen_Summary, paste the following above def drawPageOne(pokemon) [For v16.2] or def drawPage(page) [For v17].
    Spoiler:


    For v17:
    Look for def drawPage(page)
    Paste this anywhere: pbDisplayHappiness if @page==1 || @page==2 || @page ==3 || @page==4 || @page==5


    For v16.2:
    Look for def drawPageOne(pokemon)
    Look for def drawPageTwo(pokemon)
    Look for def drawPageThree(pokemon)
    Look for def drawPageFour(pokemon)
    Look for def drawPageFive(pokemon)
    Paste this anywhere: pbDisplayHappiness in EACH of those.

    Here are the images I used - place those in your Graphics/Pictures folder.
    https://drive.google.com/file/d/17__qCwvReK_rtXOYDvRpwnFeFwhOEcil/view
     
    Last edited:
    Back
    Top