Enemies chasing my character

How do i make an enemy follow my character? I guess the MoveTo variable has something to do with it, but how do i use it?
Game Editor discussion board
http://game-editor.com/forum/
angle=direction(x, y, Player.x, Player.y);//Get the direction the Player is from the enemy
directional_velocity=2;//Speed of the enemy, you may change this