src.Move(get_step(src,EAST|NORTH))
src.Move(get_step(src,EAST))
src.Move(get_step(src,EAST))
src.Move(get_step(src,EAST))
src.Move(get_step(src,EAST))
src.Move(get_step(src,EAST))
is there anyway to make that code a little more simple and still do the same thing?
for(var/i=1,i<=5,i++)
src.Move(get_step(src,EAST))