Quote:
Originally Posted by Skyld
It's not so much "allowing objects as input", it's just a consequence of variant typing. When you pass an object to something where there should be a string, it is just taking the name of the object and passing that instead. In this case, the account name is the name of the object.
|
That's the same as doing
findplayer(findplayer("Chompy").account); :o?
But yeah, I guess it's kinda neat to have, for example when comparing:
if (player.level == "osl.nw")