Thread: arrays
View Single Post
  #14  
Old 03-11-2002, 04:48 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by screen_name
i have never tried this, but would it work??

NPC Code:

if (playerenters) {
message #v(random(0,1));
sleep 3;
callnpc npcid,playerenters;
}



shouldnt that make the npc repeat ??
maybe, but it might lag ...
Reply With Quote