Thread: moving tiles?
View Single Post
  #5  
Old 09-06-2001, 07:52 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
Quote:
Originally posted by ownerofbabylon
but is it possible to keep the tile definitions once its moved? say a dragable chair and still be able to sit where it is.
you can fisically move the tiles using the board array (but it would only work in p2p servers and clientside)...

or else you can use

setshape2 width,height,{tiletypes,...}

tiletypes
0 nonblocking
2 hurting underground
3 chair
4 bed upper side
5 bed lower side
6 swamp
7 lava swamp
8 near water
9 near lava
11 water
12 lava
20 throw-through (fences)
21 jumping stone
22 blocking tile
__________________
Thanks,
-KJL
Reply With Quote