• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

pokemon iron version

mathewhack2

I call her she's mine!
  • 96
    Posts
    16
    Years
    Howabout Pokemon Iron? This thread is about Pokemon Iron ...
    So what the title you are using??
    And for the adding/ remove item:
    Code:
    Adding/Deleting Items
    
    Call $PokemonBag.pbStoreItem(itemID) to add an item. Call $PokemonBag.pbDeleteItem(itemID) to delete an item.
    
    To add an item, you can also use something like this:
    
    Kernel.pbItemBall(::PBItems::POTION) # Item ID
    Since adding the item may fail, this script statement should normally appear in a "Conditional Branch" event command.
    
    To add more than one item at once, you can use something like this as a Script event command:
    
    5.times do
      $PokemonBag.pbStoreItem(
         PBItems::POKeBALL
      )
    end
    or this newer syntax:
    
    $PokemonBag.pbStoreItem(
         PBItems::POKeBALL, 5
    )

    Hope this help!


    thanks omega by any chance do you have a gold hero sprite for rmxp
    thx
     

    |Maximus|

    I'm back~
  • 836
    Posts
    16
    Years
    • Seen Sep 10, 2010
    This game is really poorly planned out! It isn't looking good at all. Shiny ho-oh, Pokemon Iron, Golden Rain, Pokemon Chaos Gold. What's next?!
     

    O.G. Duke

    a.k.a OmegaGroudon
  • 974
    Posts
    17
    Years
    • Seen May 18, 2016
    We are not making fun of him.
    He has no a good planning even the title of his game.
    I dont know what is the real title of his game.
    Firstly he start a new thread to ask for his game title, I gave him an idea: GaiaGold.
    He decided to use it but then he make Pokemon Iron and Pokemon Shiny Ho-oh...
    Recently, he PMed me and ask me to help him in his new project, Chaos Gold!
    What is this??? He shouldn't do that!

    Now, he say we all make fun of him??
     

    Klingon

    Banned
  • 357
    Posts
    16
    Years
    • Seen Nov 10, 2007
    Pretty nice game; it has the things I'd want to see.
    8/10~
     
    Back
    Top