Quote:
Originally posted by Mykel
put this before everything.
NPC Code:
if (!playerenters&&strequals(#a,youraccount)){
your script
|
Try:
NPC Code:
if (playerenters&&!strequals(#a,youraccount)) {
yourscript;
}
As for the balls without copy and pasting.. I would use a timeout. I would script it for ya but that's illegal.