<formatMakeSetTurn> <nextLast> <2To20> <BigObjects> <ParaStyleType>

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