Jump to content

billyroberts

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forums

Events

Reborn Development Blog

Rejuvenation Development Blog

Starlight Divide Devblog

Desolation Dev Blog

Posts posted by billyroberts

  1. On 9/27/2022 at 4:32 PM, leosaurd said:

    If you'd like them to be able to pick up items whilst holding an item, you can edit the AddOpt_PickupChance.rb file. if you add 5 hash symbols in front of the line:

     

    return if pokemon.item!=0


    like so:

     

    #####return if pokemon.item!=0


    it will allow them to hold an item whilst letting the pickup ability function. However, I did not test this edit extensively, so it may cause crashes with certain items(though I have not run into any so far). 

    I'm still thinking about adding current TMs in the bag to the retrain list - though I haven't been successful there. 

    Well done mate!

×
×
  • Create New...