• 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.

Recent content by mane

  1. mane

    Check if a pokemon species is owned

    Yes! you're right, thanks it works now but if don't have the pokemon the condition remains true.
  2. mane

    Check if a pokemon species is owned

    As I put at the beginning I try to make a system to check if certain conditions are met and if you have some pokemon in your team can appear an object or pokemon.
  3. mane

    Check if a pokemon species is owned

    Yes, but I get the same error, I don't know if I called it right or not.
  4. mane

    Check if a pokemon species is owned

    I get this:
  5. mane

    Check if a pokemon species is owned

    Thanks for answer, It appears that there is a syntax error in the part of the if class Poke_check def initialize(nombrepoke) @nombrepoke=nombrepoke end def check if $Trainer.owned[PBSpecies::@nombrepoke] Kernel.pbMessage(_INTL("text")) else...
  6. mane

    Check if a pokemon species is owned

    Hello, I think my question is simple. how do a script to check if already captured a pokemon, I need it in a script not in an event. As I need it in several parts, because it'll contain another script.
  7. mane

    Making the Pokédex dual screen

    Well I want to do is that when opening the Pokedex appears dual screen, but only to open the pokedex. How I can do?
  8. mane

    Controls

    Hello everyone! I'm working on a menu, where you have the option you can use the mouse or arrow keys. Well my question is: How do I can lock the controls? I mean that when choosing a the mouse can not use the arrows.
  9. mane

    Creating a bar HUD

    I am making a bar HUD, I need how do for show the bar in map, without the need of do a call of script, starting to load the map show the bar.
  10. mane

    Size of Font

    Thanks venom12 I could finally do it
  11. mane

    Size of Font

    I do not think that this serve me. is for this script: @sprites["overlay"]=BitmapSprite.new(Graphics.width,Graphics.height,@viewport) overlay=@sprites["overlay"].bitmap overlay.clear pbSetSystemFont(@sprites["overlay"].bitmap)
  12. mane

    Size of Font

    Hello everybody how can do to change to size of font or the font when i show a text? i don't know as used the script of "pbSetSystemFont"
  13. mane

    non-touch menu

    good is this the script:
  14. mane

    non-touch menu

    the script is already done but has the function of mouse, that's what I want remove
  15. mane

    non-touch menu

    My question is, as I can to make for this menu it is tactile, work using the keys, not if you understand. I want to use the keys instead of touch. I hope you can help me, thanks. My english is bad sorry.
Back
Top