View Single Post
04/15/14, 10:40 AM   #7
zireko
 
zireko's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 63
This is the little lua I have currently I know it's geared for the counter from the tutorial. But I have taken out the Update part because I do not need it. What I'm asking here is how do I change this code so that instead of reset it would change the color to gray text instead.

Lua Code:
  1. local counter = 1
  2.  
  3. function QuestMasterReset()
  4.     counter = 0
  5. end
  Reply With Quote