• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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

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
 
I've PMed you, check your inbox^^
 
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?!
 
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??
 
Pretty nice game; it has the things I'd want to see.
8/10~
 
OOKay I will continue guys. Update comming soon!
 
Back
Top