Color the <nextLast> <2To20> <Objects> <FontColor>

SCRIPT {
    verb$ = _arg4
    direction$ = _arg1
    count$ = _arg2
    object$ = _arg3
    arg$ = "Fnt:vrb/dir/cnt/obj," + verb$ + "," + direction$ + "," + count$ + "," + object$
    DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$
}