View Single Post
05-01-06, 06:40 PM   #5
Vardelm
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 15
OK, I'm a n00b.

Turns out it was pretty simple. The line in the xml file that reads:
Code:
<Script file="ToolTipScan.lua"/>
should have been:
Code:
<Script file="TipReader.lua"/>
"ToolTipScan" was what I was calling the addon right at first. I changed to TipReader so that it didn't sound so similar to some of the commands I was using in the lua file.

Your tip about reading the log file is what helped me discover it. So thanks much for the help!
  Reply With Quote