How do I remove the grey out effect from the drop down? I Got the code so they can teach up to 50 skill points. But the drop down is greyed out. I can still select the skill and increase to 50. But being greyed out might confused players.
Hi guys,
Who can help with pointing me in the right direction to increase a players skill to 100 after completing a quest. Not sure how to fit the below in the reward line.
if (from.SkillsTotal >= from.SkillsCap )
newValue == 0;
else
newValue == (100 - from.Skills[Swords.Skill].Base)...