I'm aware that the solution to this problem might be very simple but I sadly can't see it...
mob/verb/TEST()
var/icon/i = src.icon // a variable that contains the player's icon
src.icon = turn(i,20) // This will turn the player's icon 20 degrees
client
North
//NOW I WANT to make the mob move in the direction that it is facing to (even after we hit the TEST verb
// BUT I don't HOW
Thanks,
,MistY,