View Single Post
  #5  
Old 01-08-2009, 02:28 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Chompy View Post
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.
Reply With Quote