View Single Post
  #5  
Old 10-15-2011, 06:11 PM
iBeatz iBeatz is offline
Kavan
iBeatz's Avatar
Join Date: Dec 2010
Location: Northern Ireland, UK
Posts: 154
iBeatz will become famous soon enough
Send a message via Yahoo to iBeatz
Quote:
Originally Posted by Astram View Post
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.
__________________

Intelligence without ambition is like a bird without wings.

Reply With Quote