Sub movetoloc(xloc,yloc) If it hasnt been changed you cant declare paramaters like this, you dont declare any paramaters at all, just use @Param0, and @Param1 for the xloc and yloc in your code you would do it like this: Sub movetoloc /face fast loc @Param0,@Param1 /return /call movetoloc 100 100 T...