View Single Post
  #10  
Old 03-05-2005, 02:13 AM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Quote:
Originally Posted by Polo
It says array, so I assume youd need to provide your co-ordinates explicitly as an array... soo...

NPC Code:

showpoly(203+imgindex,{imgx,imgy,imgx+5,imgy,imgx+ 5 ,imgy+5,imgx,imgy+5,imgx,imgy});



I think thats the one x-x.
And if that doesn't work you can always do:
sillyarray = {array};
showpoly(index,sillyarray);
Reply With Quote