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

[Other] Text box not working!

  • 19
    Posts
    8
    Years
    I don't know what the problem is! Here is a screenshot of what happens and also the script.

    Spoiler:



    Spoiler:
     
  • 1,682
    Posts
    8
    Years
    • Seen yesterday
    Um, in your script, you have this symbol: "Œ"
    I think if you replaced that with an s, your script would work, though I'm not quite sure what the issue is from the screenshot.
     
  • 1,682
    Posts
    8
    Years
    • Seen yesterday
    Okay so your string translates to hex like so:
    Code:
    C3 00 D7 D5 E2 B4 E8 00 DB E3 00 E3 E9 E8 00 DC D9 E6 D9 AB E2 C7 D5 ED D6 D9 00 C3 00 10 E2 E3 E9 E0 D8 00 DB E3 00 E7 D9 D9 E4 CA E6 E3 DA AD 00 C7 D5 E6 DF DF AC
    The 0x10 is the Œ, use a hex editor to change it to 0xE7 (a lowercase s)
     
    Back
    Top