Pink Dots?

GarretSidzaka

Modder
Joined
Dec 17, 2002
Messages
4,700
In my mod, I have unit buttons for all of my units. But when you see one of the pop-up, circular buttons that designate a unit has been built somewhere on the map, or other such reminders, the buttons come out with that horrible pink color of "you didnt do it right".

How do I make the pop-up unit buttons have pictures when they are pink?
 
Take the comma away from the begining of the button line.

With pinky-ness:

Code:
            <Button>,Art/Interface/Buttons/Units/Adept.dds</Button>

Without pinky-ness:

Code:
            <Button>Art/Interface/Buttons/Units/Adept.dds</Button>
 
No problem, I suspect everyone runs into that at one time or another.
 
Yeah, that's one of those buggers that hits you when you aren't expecting it!
 
GarretSidzaka said:
you know, for some idiotic reason i thought that the comma was supposed to be there, and i was actually putting them in!

:D

Now that's funny.
 
Back
Top Bottom