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

  1. N

    [Eventing Question] Enter in battle with only one Pokémon

    You mean master trainers from let’s go? Just search master trainer on the threads, someone already made a post with how to do it
  2. N

    [Scripting Question] Adding SFX during battle

    Yeah that’s exactly what I was looking for! Thanks!
  3. N

    [Scripting Question] Adding SFX during battle

    I've noticed essentials doesn't have the sound effect where it plays as the pokemon's exp bar is going up after defeating a pokemon and I wanted to add that in. Anyone know how I would go about doing that? I also cant seem to find the sound effect for it anywhere if anyone happens to have it...
  4. N

    [Eventing Question] Losing Battles?

    Yeah you just set the parameter to true at the end of the conditional branch for whether or not the battle continues after losing. There’s a much more specific description on the wiki I use all the time because it’s hard to remember the exact order of things.
  5. N

    [Eventing Question] Losing Battles?

    So just to clarify are you having trouble making a battle that the player can’t win? Or are you having trouble making the parts that happen after the player loses?
  6. N

    [Scripting Question] custom terrain tags

    I was curious if someone could point me in the right direction. im trying to make terrain tags that have sound effects tied to them when the player walks on them. So things like grass, sand, sidewalk, etc. but ive never made my own terrain tags and im not sure the steps to do it properly. I...
  7. N

    [Error] Multiple Errors, And I Have No Clue What They Mean...

    Honestly moving a bunch of stuff around has probably made it even harder to detect your original problem. At this point you may just have to start over completely. The errors people usually get are from scripts or improperly editing pbs files. Although you can get them from many other things...
  8. N

    [Scripting Question] Syntax Error on line 9471 that makes no sense

    I doubt reading through the entire thing will get you anywhere. There’s so much to keep track of and you don’t even know what you’re looking for. You’re better off just going to where you made your edits last and checking there.
  9. N

    [Scripting Question] Syntax Error on line 9471 that makes no sense

    a syntax error on the final line means you’re missing an “end” somewhere. So from you what said I can guess that when you deleted your script you may have deleted an end to a block of code that still exists in the rest of your code. You may want to look back at where you deleted from and make...
  10. N

    [Error] Multiple Errors, And I Have No Clue What They Mean...

    It doesn’t sound like you solved anything. It just sounds like you moved your graphics over to a fresh copy of essentials. Meaning as you move scripts over you’ll likely run into the same error unless you figure out what went wrong so you know how to avoid it. I’d say if you’re going to just...
  11. N

    [Eventing Question] pausing all other events

    awesome, that's exactly what I was looking for and it works perfectly. thank you!
  12. N

    [Eventing Question] pausing all other events

    So in my events sometimes other npcs will wander into whats happening in my game. I noticed later as I was making more trainer events that the pbTrainerIntro script is used for trainer battles to pause all other events, so I started throwing that into my events, to pause everything, I just have...
  13. N

    [Scripting Question] Different tm bag display

    No I was thinking of the bag screen when you scroll through the tms, itll show which pokemon its compatible with from the bag menu.
  14. N

    Gym Scaling?

    honestly you shouldn't not do something just so you dont have to "worry about it". I mean you can edit the badge assignments to their proper switches anyways, and if youre trying to add them as key items to use them as checks for things later, then the gym badge switches already do that without...
  15. N

    [Scripting Question] Different tm bag display

    yeah I didn't think so, I just wanted to make sure. and no I didn't realize that actually! I guess with that in there I dont feel the need to have the extra option. that's basically what I wanted anyway! now I feel stupid, but thank you for answering my question! haha
Back
Top