<formatMakeSetTurn> <thatItColorSelection> <FontColor> on <FontColor>

SCRIPT {
    foreground$ = _arg3
    background$ = _arg4
    arg$ = "Fnt:fore/back," + foreground$ + "," + background$
    DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$
}