View Single Post
  #15  
Old 05-09-2007, 09:40 PM
Deadly_Killer Deadly_Killer is offline
Registered User
Join Date: Feb 2002
Posts: 227
Deadly_Killer is on a distinguished road
Quote:
Originally Posted by DustyPorViva View Post
PHP Code:
for (i=0;i<4;i++) {
  
tiles[mousex+i%2,mousey+int(i/2)]=bushtiles[i];
}
updateboard mousex,mousey,2,2
hm, yeah, I could of done that. I just stuck with Stefan's way of doing it.
__________________
- Zidane / Zidaya
Reply With Quote