View Single Post
12-03-09, 06:48 PM   #117
Ferous
Sheer Sense of Doom
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 863
zomg i got it thanks!

Code:
{	name = "help", 
			anchor_to = "CENTER", 
			width = "20", 
			height = "20",
			bg_color = {0,0,0}, 
			OnClick = function(self, button)
				if button == "LeftButton" then
					ToggleHelpFrame()
				end
			end
		},
Its so easy lol I had put script "togglehelpframe()" but then realized its already a script... get rid of script lol thanks again >.> Im still learning.

kk having problem adding text for some reason? :O

Here is the link its kinda long didn't want to make post big

http://snipt.org/pnok

Last edited by Ferous : 12-03-09 at 06:54 PM.
  Reply With Quote