New()//Starts the Move1 proc ..()//in case it isnt.... Move1()//the proc to do proc Move1() while(src) step(src,NORTH)//steps NORTH sleep(10)//sleeps 1 sec. step(src,NORTH) sleep(10) step(src,EAST) sleep(10) step(src,NORTH) sleep(10) step(src,SOUTH) sleep(10) step(src,WEST) sleep(10) //This is just an example, you would have to go and see everystep of the ay to mist