View Single Post
  #2  
Old 06-04-2002, 04:47 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
will this work?
NPC Code:

if (created) {
timeout=0.05;
}
if (timeout) {
showimg 201,@verdana@Hell No!!!,screenwidth/2,screenheight/2;
for (i=0;i<200;i++) {
changeimgzoom 201,i;
sleep 0.05;
}
}

Reply With Quote