PDA

View Full Version : Raid only please



Squid_00
09-09-2006, 03:00 PM
I get the following Error:
Error: interface\addons\Nurfed_UnitFrames\Default.lua:470 : unexpected: symbol near'='

Only wanting to see the UnitFrames in Raid I removed:

-- player = {
-- target = {
-- target = {
-- pet = {
-- party = {

I go to about 470, and this is what I see...


-- target = {
type = "Button",

I tried:

-- target = {
--target = {

Still getting:
Error: interface\addons\Nurfed_UnitFrames\Default.lua:470 : unexpected: symbol near'='

I just want to see Nurfed_UnitFrames in the Raid, no player, target, tot etc. What am I doing wrong, that I'm getting this error with whatever I try please.

Ralrra
09-09-2006, 05:52 PM
Well, you'd have to comment out a LOT more lines than just the target = { etc.

The easiest way to comment out large blocks of code is by using --[[ and ]]-- to open/close. So like this:


--[[pet = {
.
.
.
.
etc.
},]]--

I'm not sure what repurcussions commenting out the entire frame design section would have though. In the next update raid frames will be a stand alone addon though so I'd advise you just wait and use the full package or something else in the meanwhile.

Squid_00
09-11-2006, 09:54 PM
keep getting an error in that same spot meh no biggy I'll wait for the remake with raid only. Thanks.

a67rhf7823jn8747==