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

Recent content by srg611103

  1. S

    [Script] I can't figure out why this script won't work properly

    Alright i did that and now the npc moves however when the player moves they go down instead of up. I have tried changing #raw 0x10 #raw 0x11 in case i got the values messed up but the player moves down in both cases.
  2. S

    [Script] I can't figure out why this script won't work properly

    #dynamic 0x800000 #org @start checkflag 0x201 if 0x1 goto @done checkflag 0x200 if 0x1 goto @lab applymovement 0x2 @move1 waitmovement 0x2 msgbox @t1 0x6 applymovement 0x2 @move2 waitmovement 0x2 applymovement 0xFF @move3 waitmovement 0xFF setflag 0x200 release end #org @lab msgbox @t2 0x4...
  3. S

    [Script] I can't figure out why this script won't work properly

    Thanks for the reply. So i tried adding waitmovement 0xFF after the player moves and changing waitmovement 0x0 to waitmovement 0x2 but i did not see any changes
  4. S

    [Script] I can't figure out why this script won't work properly

    This script is supposed to make the npc that looks like oak walk down then say a message to the player then walk away then, after the npc walks away the player should take one step up from the tall grass. The problem is the npc and the player won't move and I'm not sure why.I have attached an...
Back
Top