Thread: Couch?
View Single Post
  #4  
Old 05-29-2008, 06:39 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
You can't have a chair that's 1.5 in height. I mean... graphically you could, but you can't have a TILE that's 1.5 in height, and that's exactly what you're trying to do.
PHP Code:
setshape2(8,2,{
  
22,22,22,22,22,22,22,22,
  
22,22,22,22,22,22,22,22,
}); 
Notice how I organized my array. Basically, since my chair has a height of 2, I categorized the values of my array into two rows. One row for each vertical row of tiles. It makes it easier to understand exactly what you're doing.
Reply With Quote