View Single Post
  #1  
Old 10-03-2001, 05:30 AM
freddyfox freddyfox is offline
Banned
freddyfox's Avatar
Join Date: Mar 2001
Posts: 6,705
freddyfox is on a distinguished road
Using my really really limited NPC scripting skills, I made a sign chat NPC.

NPC Code:

if (playerenters) {
toweapons Sign Chatting;
}
if(playerchats){
say2 #c;
}



Look at how long it took me to put that together.
Reply With Quote