firefox
Initiate
Hello im trying to make some weapon tiers and give them a colored name;
This i what i tried, in the Constructor:
Didnt worked
also i tried to override the onsingleclick method:
Didnt worked either, thanks!
This i what i tried, in the Constructor:
Code:
Name = "<BASEFONT COLOR=#A335EE>Epic Katana</font>";
Didnt worked
also i tried to override the onsingleclick method:
Code:
public override void OnSingleClick(Mobile from)
{
string Name = "<BASEFONT COLOR=#A335EE>Item Name</font>";
}
Didnt worked either, thanks!