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

  1. J

    Toggling Switch by using an item

    Then I am only able to give this item to a Pokémon :/
  2. J

    Toggling Switch by using an item

    It still says that I cant use it there, What should I change? I dont get it..
  3. J

    Toggling Switch by using an item

    Hey it's me again, I've got the following question: I try to use an item that toggles a switch while using it outside or inside. So the script: ItemHandlers::UseFromBag.add(:XXX,proc{|item| $game_switches[130]=!$game_switches[130] next 2 }) When I try to use it, it says "You cant use that...
  4. J

    [Developing] Pokémon Lost Story

    Looks very good, keep working and Im hurry to see the finished game! ^^
  5. J

    Toggling Following Pokémon with an item

    I want to create an item which toggles the following pokemon script so I created following script section: ItemHandlers::UseFromBag.add(:NAME,proc{|item| $game_switches[130]=!$game_switches[130] next 2 }) the switch 130 is reserved for the script, but when I click on use it says "Cant use...
  6. J

    Overworld Shadows

    Ive got the following problem, I installed it correctly, copy paste in a new script above main and put the .png in the pictures folder. Error: --------------------------- Pokemon Mutants --------------------------- Exception: NoMethodError Message: undefined method `visible=' for...
  7. J

    Adding achievements/trophies?

    As I said, I figured that already out, but how do I add a scene like that? I cant see any description where it should be...
  8. J

    Adding achievements/trophies?

    Its NOT the ThallionDarkshine Version, just the one below "Script"
  9. J

    Adding achievements/trophies?

    I tried in my Pokémon Essentials but I get an error message, it looks like something is undefined, may someone help me? Script 'Achievements' line 72: NameError occured. uninitialized constant Awards::Scene_Menu For me it looks like it has no clue what Scene_Menu is. How to fix that? Thanks ^^
  10. J

    Checking for Name?

    Actually Ive done exactly that :D You can now delete or close the thread whatever ^^
  11. J

    Checking for Name?

    Sorry mate, its just that I wanted to create a man who blocks an entrance and checks for name, if you lie you cant go there and if you type your name correctly you can pass... it was just a little idea but it seems to be too complex :D Thanks for all your answers and sorry for my english ^^
  12. J

    [Developing] Pokémon Mutants

    [/url][/IMG] Thats my Titlesecreen up to now.. Any Comments?
  13. J

    Checking for Name?

    You didnt understand my question... To store the variable is no problem, but how do I call the screen where I can type in a name to check, not to set the player name, because pbTrainerName calls the screen BUT sets the name once more, I want to type in but check only not set the player name.
  14. J

    Can't Open Game.rxproj?

    I see you extracted the files, did you extract them into your downloads folder?
  15. J

    Checking for Name?

    Yeah like in the intro, but not to set the name, to check the name if I use the pbTrainerName like in the intro, I set the name once again, thats not my aim. ^^
Back
Top