<formatMakeSetTurn> the <nextLast> <Object> <FontName> <FontSize>

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