<formatMakeSetTurn> <thatItSelection> <FontStyle>

SCRIPT {
    side$ = _arg2
    verbOne$ = _arg3
    verbTwo$ = ""
    verbThree$ = ""
    arg$ = "Fnt:vrb/vrb/vrb," + verbOne$ + "," + verbTwo$ + "," + verbThree$
    DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$
}