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.
Need help.
Hello! I am new with coding so i have some questions :)
I am trying to get the Player to "auto-walk" and talk when you walk on a special point of the ground.
This is my code
#dyn 0x74000
#org @start
lock
applymovement PLAYER @a
release
end
#org @a
m walk_up end
I have placed out...
Need help.
Hello! I am new with coding so i have some questions:)
I am trying to get the Player to "auto-walk" and talk when you walk on a special point of the ground.
This is my code
#dyn 0x740000
#org @start
lock
applymovement PLAYER @a
release
end
#org @a
m walk_up end
I have set the...