• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • 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!
  • Scottie, Todd, Serena, Kris - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

Why isn't my password event working?

  • 15
    Posts
    8
    Years
    • Seen Mar 30, 2018
    I just want to make a template password but I always get an error. Here are some screenshots. Any ideas?

    Thanks.
     

    Attachments

    • [PokeCommunity.com] Why isn't my password event working?
      Screen Shot 2017-02-26 at 9.31.20 AM.png
      27.1 KB · Views: 20
    • [PokeCommunity.com] Why isn't my password event working?
      Screen Shot 2017-02-26 at 9.26.53 AM.png
      10.7 KB · Views: 21
    I'm assuming you're trying to set variable 1 to whatever the player types, and the player must type something between 2 and 7 characters. Correct?

    The correct syntax would be:
    Code:
    pbSet(1,pbEnterText(_INTL("Password?"),2,7))
     
    I'm assuming you're trying to set variable 1 to whatever the player types, and the player must type something between 2 and 7 characters. Correct?

    The correct syntax would be:
    Code:
    pbSet(1,pbEnterText(_INTL("Password?"),2,7))

    Thank you! That worked like a charm.
     
    Back
    Top