View Single Post
  #3  
Old 07-19-2001, 07:12 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
Re: more scripting help

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
__________________
Thanks,
-KJL