Forum > Miscellaneous

[QUESTION] Setting up new screen for Gnome and Trolll

(1/1)

darksoke:
I've managed to extract cata Troll and GNOME and tested them as Login screen and work perfect but i have a problem setting them up for the races

I've tried to use them for Worgen and goblin and they work but when i try to use them on Gnome and Troll it stil show the default ones


--- Code: --- if (name == "Goblin" or name == "GOBLIN") then
name = "Goblin";
end

if (name == "FelOrc" or name == "FELORC") then
name = "Gnome"; <- Here it work
end

if (name == "Gnome" or name == "GNOME") then
name = "Gnome"; <- Here don't
end

if (name == "Troll" or name == "TROLL") then
name = "Troll"; <-Same for this one
end

--- End code ---

Does anybody know what else i have to edit ?

Navigation

[0] Message Index

Go to full version