Ixtabay
Member
I'm struggling to find an answer to this.
I'm updating MyRunUO.cs to update a new field in the myrunuo_characters table.
I thought getting the race would be as simple as:
but this is not the case. If anyone knows how to return player race, would appreciate a nudge in the right direction.
Thanks,
Ix
I'm updating MyRunUO.cs to update a new field in the myrunuo_characters table.
I thought getting the race would be as simple as:
Code:
string race = mob.Race;
Thanks,
Ix