Author Topic: cvar_toggle  (Read 1462 times)

Zorchenhimer

  • Autococker
  • Posts: 2614
cvar_toggle
« on: February 21, 2008, 05:16:16 PM »
Is there any way to control which two numbers this toggles between?

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: cvar_toggle
« Reply #1 on: February 22, 2008, 12:33:07 AM »
I don't believe so.

Edit: But you could effectively do the same thing with cvar_inc using min and max values.

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: cvar_toggle
« Reply #2 on: February 22, 2008, 09:34:23 AM »
Ok, thanks.  I'll see if that'll work like I want it to.  :P