Mapkey is toggling rather than turning off
So I have a mapkey that exports a part to make it to a symbol. A problem I've found is that if csys and datum plane display is on, that will tend to be exported with it. No problem! I add an instruction to turn off the csys display, right? I know I've done this before. I record one and look at the code:
~ Command `ProCmdEnvCsysDisp` 0;\
This should turn off the display of csys. Problem is, if the display is off, this is turning the display on! And this version:
~ Command `ProCmdEnvCsysDisp` 1;\
Does exactly the same thiong. It's toggling, rather than turning on or off. I know in the past I've been struggling to GET it to toggle, rather than turn on or off (and there are old Community threads attesting to others struggling with the same thing), but now suddenly I can't get it to NOT toggle. Has this behavior been changed? How can I get the mapkey to turn off the display of csys if it's on?
I'm on Creo 4 M080, so it's not even a very recent version.

