Thread: getplayer
View Single Post
  #6  
Old 11-27-2005, 09:06 PM
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 Damix2
Don't need to use with?

NPC Code:
findplayer(account).say2="heya";

Huh. That's findPlayer(account).say2("Heya").
Quote:
Originally Posted by talkingnoodle
Message in RC:
That means that you're using setstring() as an object function (in this case, the object being the player you're findplayer()ing), where it isn't applicable.

Why not just use findPlayer(account).clientr.kills ++?
__________________
Skyld
Reply With Quote