View Single Post
  #10  
Old 01-19-2002, 01:54 AM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
heres your problem.
NPC Code:

for (i=0;i<tokenscount;i++)
showimg 556+1,@verdana@#v(i). #t(#v(i)),20,135+(i*11);
changeimgvis 556+i,6;
changeimgzoom 556+i,0.65;
}
}
}



you didn't add the 556 to the index of the changeimgzoom or vis, also it should be 556+i not 555+i because since i=0 at the beginning it would hide the old 555 that was prisoners. also it was showing them all on one line, over lapped, i fixed that too..
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote