<formatMakeSetTurn> <background> <FontColor>

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