Turn the <nextLast> <2To20> <BigObjects> Into <ParaStyleType>

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