Turn <nextLast> <Object> Into <FontStyleType>

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