Recent content by Pizza Sun

  1. P

    POKEMON AMIE/REFRESH [ESSENTIALS V18]

    Oh dang, I remember making this script a long time ago. lol Glad someone decided to fix some of the bugs on it. Man, I remember making some of the graphics for the script. I did a lot of messy code back then (I probably still write messy code now).
  2. P

    Pokemon Amie/Refresh for 17.2

    Hold down mouse for about a second over food to select and keep it held down to give to Pokemon. You can change how long you need to hold down food to start feeding in line 1182 if ($mouse.isStatic?)&&(([email protected]_f)>0.8)&&(!@sprites["feedshow"].disposed?) The 0.8 is the time in...
  3. P

    Pokemon Amie/Refresh for 17.2

    To feed you need to press the food item for about a second. A Pokemon can't be fed more if its full, and to add display messages, it depends if you're using EBS or not, I'll probably add extra parts for those who want to add more that can't be implemented in a Plug-And-Play script like battle...
  4. P

    [Discussion] Super Training on Essentials?

    So I recently finished adding Pokemon Amie on my game and was about to try to make a Super Training version for Essentials but then thought whether it is actually worth it. What are your opinions on Super Training? Some people dislike the mini-games while others didn't mind. Is Super Training...
  5. P

    Pokemon Amie/Refresh for 17.2

    This custom made script adds Pokemon Amie/Refresh to your game! I have made a plug-n-play script for Pokemon Amie/Refresh for Pokemon Essentials v17.2. I have not tested this with below 17.2. To install: Place the script above Main. If you have the Following Pokemon Script, place it below...
  6. P

    Showing Partial Icon Sprite

    Thank you very much! I appreciate the help.
  7. P

    Showing Partial Icon Sprite

    I can't figure this out. Suppose I had this sprite: and this sprite: How would I code it to display this using only the sprites above? I want to show only a partial image and using another sprite as a "window."
Back
Top