-
Posted by ksignorini on Mon, 06 Sep 2010 02:36:35
I was trying to make a macro that would set cameradistancemaxfactor to 4 when I left click on it, and cameradistancemaxfactor to 8 when I right click on it. I can't figure out how to make this work. Here's what I've tried most recently:
/console [button:1] cameradistancemaxfactor 4; [button:2] cameradistancemaxfactor 8;
But like I said, this doesn't seem to work.
Any ideas?
Thanks!
-
Posted by jnwhiteh on Mon, 06 Sep 2010 07:57:05
You cannot use macro options on non-combat actions like casting spells and using items. You'd need to do that all manually using /run and Lua code.