View Single Post
  #10  
Old 03-22-2001, 06:58 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Quote:
Originally posted by Psyker


how hard is that? but I'd also like the message2
Blah:

NPC Code:

if (playertouchsme) {
message blahblahblah;
timeout = 3;
timereverywhere;
}
if (timeout) {
message ;
}



Then the NPC can do multiple actions while saying blahblahblah
__________________

Reply With Quote