<Imperative> to the <Side> of the <Object>

SCRIPT {
    verb$ = _arg1
    side$ = _arg2
    count$ = "-1"
    object$ = _arg3
    arg$ = "Fnt:vrb/dir/cnt/obj," + verb$ + "," + side$ + "," + count$ + "," + object$
    DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$
}