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

Why isn't my password event working?

  • 15
    Posts
    7
    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

    • Why isn't my password event working?
      Screen Shot 2017-02-26 at 9.31.20 AM.png
      27.1 KB · Views: 20
    • Why isn't my password event working?
      Screen Shot 2017-02-26 at 9.26.53 AM.png
      10.7 KB · Views: 21
  • 25
    Posts
    7
    Years
    • Seen Apr 20, 2017
    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))
     
  • 15
    Posts
    7
    Years
    • Seen Mar 30, 2018
    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