View Single Post
  #3  
Old 06-16-2004, 05:53 PM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
dunno if you can pass arrays to the command, but try creating an array with the tiletypes;
array = {22,22,22,0,22,0};
or so (probably need to use a for loop) and pass it like so
setshape2 int(this.length/16),int(this.width/16),array;

works on showpoly, well I think it does... my script that uses that doesn't work for everyone for some reason...
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote