Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
If you wanted to move an event in a certain direction through a script you would do: $game_map.events[id].move_down (down could be replaced with any direction)
Anyone know what the script line is if you wanted to move the game player around?