View Single Post
  #4  
Old 07-19-2002, 08:27 PM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
well, you could use a loop

NPC Code:

for (this.i=0;this.i<arraylen(myarray);this.i++) {
showimg this.i+1000,@#v(myarray[this.i]),5,80+(this.i*10);
changeimgzoom this.i+1000,.7;
changeimgvix this.i+1000,4;
}

__________________
[signature]insert here[/signature]
Reply With Quote