Is it really as simple as doing this?

C:\Mach3\macros\Mach3Mill\M6Start.m1s
Code:
  code "G53 Z0"
  code "G53 X1000 Y500"
  tool = GetSelectedTool()
  SetCurrentTool( tool )