• Please note that this section is for questions regarding the forum itself - it is not for fan game-related questions. If you have a question about a fan game, ask in the appropriate thread.

  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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.

Issue: Invalid character

FL

Pokémon Island Creator
  • 2,544
    Posts
    14
    Years
    • Seen yesterday
    If I post:

    ap.new("b")

    The pokécommunity is removing the '")' at end of my line. For some reason this problem isn't happening at post Preview.

    This problem breaks my script at https://www.pokecommunity.com/threads/318598 and potentially several others.

    EDIT: This is a strange problem, the '")' is removed only after the page have a certain amount of content loaded.
     
    Last edited:
    Code:
    bitmapBall = Bitmap.new("Graphics/Pictures/Roulette/ball")

    I'm unable to duplicate this on my end. Are you sure you aren't inserting any funky characters between ampersands (&) or number signs (#)?
     
    Code:
    bitmapBall = Bitmap.new("Graphics/Pictures/Roulette/ball")

    I'm unable to duplicate this on my end. Are you sure you aren't inserting any funky characters between ampersands (&) or number signs (#)?
    It's ASCII text. And, after you post did you tried to do a "F5" (refresh the page)?

    I isolated the problem a little more. Attached a screenshot.
     

    Attachments

    • [PokeCommunity.com] Invalid character
      characterproblem.png
      89.8 KB · Views: 39
    It looks to me that it's a thing with how vBulletin is parsing your text. What I suggest you could do is use this code, and see if it works: https://pastebin.com/WbjPS2K2

    Code:
    bitmapBall = Bitmap.new("Graphics/Pictures/Roulette/ball[SIZE="2"]")[/SIZE]

    Hope this helps! :)
    Nice tip, but I believe that this problem doesn't happens a time ago and this is very hard to notice and fix at long scripts, so I will be happy if this should be fixed.
     
    Wanted to add that this problem has been affecting a number of scripts(example 1,example 2,example 3), whereas it didn't before. This is a very big problem for the code writing community.

    If you use the "Show Printable Version" option, you can get the correct code. So it's storing the correct text, but something in the formatting is messing it up.
     
    Its likely some sort of protection or something.. we're having our coders look into it.. no idea how long to solve it though.
     
    Back
    Top