Turn <theThis> <BigObject> Into <ParaStyleType>

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