NPC Code:
//#CLIENTSIDE
if (peltwithbush){
hidelocal;
say2 ahh thats gonan cost me;
playerrupees-=2;
}
if (playerenters) {
show;
message taylor;
}
if (playertouchsme) {
hidelocal;
sleep 1;
showlocal;
}
all I did was orginize it better and made the clientside on top