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);