I've been looking at the example TCL scripts for creating ground units (Infantry, Armor, etc.) and I was wondering how you come up with the STARTING x, y coordinates ("set xc 1449" and "set yc 668" in partial script below) to write into the script like this:
# variables for brigade and batallions
# controlling team
set cntrl 1
# brigade type
set brgtype 86
# batallion types
set battype 45
# coordinates X Y
set xc 1449
set yc 668
# brigade name
set brigname 1
# batallion name
set bname 1
# division
set divsn 1
# orders
set ordr 0
# aobj id
set assign 0
source "D:\\F4Terrain\\tacedit\\create.brig.bat.sub.tcl"
set xc 1570
set yc 686
source "D:\\F4Terrain\\tacedit\\create.brig.bat.sub.tcl"
set xc 1530
set yc 664
source "D:\\F4Terrain\\tacedit\\create.brig.bat.sub.tcl"
set xc 1580
set yc 645
source "D:\\F4Terrain\\tacedit\\create.brig.bat.sub.tcl"
set xc 1290
set yc 730
source "D:\\F4Terrain\\tacedit\\create.brig.bat.sub.tcl"