• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

Resource [Gen 8/9 Like] Item Find Description 2.1

julieharu

Rookie
Member
Joined
Nov 17, 2020
Posts
4
Pronouns
She / Her
julieharu submitted a new resource:

[Gen 8/9 Like] Item Find Description - A simple script that provides an Item Description when you find the Item for the first time.

As my first contribuition for the community, I would like to share an update to this simple, but lovely old script made by Boonzeet.

It simply shows a message showing the Item Name, Item Icon and Item Description when you find the item for the first time, similar to Gen 8 and 9 games.

itemdesc.jpg


To Install this Plugin, just drag and drop the folder inside .rar file inside the...

Read more about this resource...
 
What's changed? Been using the old one in v21 for a while now

The overrides methods pbItemBall and pbReceiveItem, they changed a lot since v19, and I've added an override to pbPickBerry to ensure that he plugin will display the message the first time the player pick a berry from berrytree as well.

The Constructor of ItemIconSprite Class changed an attr too, a small changed was needed to plugin not cause a crash.
Before, the plugin passed -1 as the initial attribute of the item, now it passes nil.
 
Back
Top