View Single Post
04/30/14, 07:05 AM   #8
Harven
 
Harven's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 135
So the toggleFunction is something like this? :
Lua Code:
  1. toggleFunction = "local arg = (select(1,...)) if arg == something then return 'ToggleLocation' elseif arg == somethingelse then return 'ToggleFPS' else return 'ToggleSomething' end"
  Reply With Quote