Quote:
Originally Posted by Jiroxys7
player.level.name fixed it, thanks. I must ask of course, what did .name do exactly? returning player.level and player.level.name though chat yield visually the same thing.
|
Player.level is an object, not a string. Thus, you must access the 'name' variable of the object by appending '.name' to the end of 'player.level'.