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

[Scripting Question] Check if player's stopped

  • 4
    Posts
    4
    Years
    • Seen Dec 21, 2020
    Hello,
    I want to check if player's stopped for X seconds and I can't find a way to do it.

    I tried with Game_character and Game_player methods, but nothing ;(
     
    If the player isn't moving, that means they have stopped pressing the movement keys. So what you're looking for is if Input.dir4==0 part of the above posted event.
     
    Input.dir4==0 raises before the "New Game" Screen
    So, I'm a bit lost.

    Then don't call it before the new game screen.

    What exactly are you trying to do?
     
    Solved, thanks Golisopod User.

    I'll update this with the script when I finish it
     
    Back
    Top