Decrease <indentation> For the <nextLast> <2To20> <BigObjects>

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