<makeAddInsertCreate> <InsertObject>

SCRIPT {
    count$ = "1"
    object$ = _arg2
    arg$ = "Ins:cnt/obj," + count$ + "," + object$
    if object$ = "Bullets" or object$ = "Numbers" or object$ = "Border" then arg$ = "Par:vrb/vrb/vrb," + object$ + ",,"
    DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$
}