Thread: Quick question
View Single Post
  #3  
Old 03-17-2001, 07:19 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
NPC Code:

if (strequals(#a,accountname)) {


#a is the string that holds the player's account name...if you want to check a player of a certain index, use #a(index). Just remember that account names are case sensitive
Reply With Quote