<formatMakeSetTurn> the <nextLast> <2To20> <Objects> <FontStyle>

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