Thread: Questions O.o
View Single Post
  #6  
Old 07-12-2002, 10:47 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by Faith2002
if (playerenters)
playerap = 100;}
}
I think you mean:
NPC Code:

if (playerenters){
playerap = 100;
}

__________________
Reply With Quote