
02-01-2004, 07:04 AM
|
|
Registered User
|
Join Date: Jun 2002
Location: USA, Ohio
Posts: 729
|
|
|
board[] is outdated. Use tiles[]. Tiles[x,y] returns the value of the tile on that coordinate. If you want to find out the value of a tile, select it on the level in the editor and click "Export Tiles Array". (It's the button to the immediate right of the sign button.) That will give you the hex value of the tile, which you can use directly in scripts. (You don't have to convert it to decimal.) |
|
|
|