Quote:
Originally Posted by Chompy
Ah.
I think it's weird that findplayer allows objects as input D: Graal Script is way too.. 'soft' if you ask me :o
|
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.