Quote:
Originally Posted by Astram
But how do I change the tiles @ tiles[i,j]?
|
Just do what scriptless did above, but change the value for the tile equality check and the tile value setting.
ie.
PHP Code:
tiles[i,j] = 0x0; // Top left tile in the tileset
Tile hex values can be found using GraalEditor.exe.