Hi Sean, Any unknown operator is mapped to the symbol OP_HND. In order to change/add a custom operator use the Show Tag tool on the valve and look for the value for IE_OPERATOR. open the file operator.tbl (using Notepad) from the style config directory and add a mapping. So suppose IE_OPERATOR = MY_OP, you can map that to a cell OP_ACT by adding this line MY_OP , OP_ACT Be sure to add it before the default mapping (at the end of operator.tbl Regards, Frank
↧