Specifies which obb instances should be disabled.
Syntax |
INSTANCE_OFF obName instanceName |
---|---|
obName |
Name of the ob |
instanceName |
Name of the instance |
Notes |
Example
I disable the inst_chain instance of the ob rc_chain, any other instances of rc_chain can be used normally.
; In the file override.cfg INSTANCE_OFF rc_chain inst_chain
To check the result you can use the shell command MREPORT -A. |