View Single Post
06-01-10, 11:07 AM   #6
alimjocox
A Warpwood Thunder Caller
AddOn Author - Click to view addons
Join Date: Oct 2009
Posts: 96
stuck...

i know the problem... (i think) but im not experienced nuff to fix it

i have two seperate tables.
e.g.
the original
alTestOne = true

and the saved variable
alTestOne = true

now when I click the button i've made on the GUI. the savedvariable boolean changes, but nothing changes on my UI.. Is my UI taking its value from the original alTestOne? if yes how do i fix it?
hope i xplained it well nuff :P

Last edited by alimjocox : 06-01-10 at 12:24 PM.
  Reply With Quote