Toggle for Death Mist/Fog

Hi all, is it possible to create a macro for the following code to be ONE button?
/console set ffxdeath “1”
/console set ffxdeath “0”
( if on then turn off, if off then turn on)

/run local k = "ffxdeath" SetCVar(k,1-GetCVar(k))
2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.